Html Css Color HEX #5297CD Picton Blue

📋 copy color: '#5297CD'

red 82 ◦ green 151 ◦ blue 205

#5297CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #5297CD

Tints of Picton Blue #5297CD

RGB

 RED value IS 82 (32.42% from 255) = 18.72%

 GREEN value IS 151 (59.38% from 255) = 34.47%

 BLUE value IS 205 (80.47% from 255) = 46.8%

R = 18.72%
G = 34.47%
B = 46.8%

CMYK

 C value IS 0.6

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5297CD (or 0x5297CD) is known color: Picton Blue. HEX triplet: 52, 97 and CD. RGB value is (82,151,205). Sum of RGB (Red+Green+Blue) = 82+151+205=438 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.72% from 438); Green value is 151 (59.38% from 255 or 34.47% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #5297CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5297CD is #AD6832. Grayscale: #888888. Windows color (decimal): -11364403 or 13473618. OLE color: 13473618.

HSL color Cylindrical-coordinate representation of color #5297CD: hue angle of 206.34º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5297CD is Cyan = 0.6, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 151 205 -
CMYK 0.6 0.26 0 0.20
HSL 206.34º 0.55% 0.56% -
HSV(B) 206.34º 0.6% 0.8% -
XYZ 25.57 28.33 61.88 -
YUV 136.53 166.64 89.11 -
System Red Green Blue C M Y K H S L
Decimal 82 151 205 0.6 0.26 0 0.20 206.34 0.55 0.56
Hex 52 97 CD 3C 1A 0 14 CE 37 38
Octal 122 227 315 74 32 0 24 316 67 70
Binary 1010010 10010111 11001101 111100 11010 0 10100 11001110 110111 111000

Color Harmonies of #5297CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5297CD

Black with #5297CD

Text Example


Text Example

White with #5297CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5297CD; }

 p { color: rgb(82,151,205); }

 H1.HeaderClassName
 {
   color: #5297CD;
 }
 .AnyTagClassName
 {
   color: #5297CD;
 }
</style>

background-color css

<style>
 a { background-color: #5297CD; }

 a { background-color: rgb(82,151,205); }

 div.DivClassName
 {
   background-color: #5297CD;
 }
 .BgClassName
 {
   background-color: #5297CD;
 }
</style>

border-color css

<style>
 span { border-color: #5297CD; }

 span { border-color: rgb(82,151,205); }

 td.TdClassName
 {
   border-color: #5297CD;
 }
 .TagClassName
 {
   border-color: #5297CD;
 }
</style>