Html Css Color HEX #5CA2CE Picton Blue

📋 copy color: '#5CA2CE'

red 92 ◦ green 162 ◦ blue 206

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

Shades of Picton Blue #5CA2CE

Tints of Picton Blue #5CA2CE

RGB

 RED value IS 92 (36.33% from 255) = 20%

 GREEN value IS 162 (63.67% from 255) = 35.22%

 BLUE value IS 206 (80.86% from 255) = 44.78%

R = 20%
G = 35.22%
B = 44.78%

CMYK

 C value IS 0.55

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5CA2CE (or 0x5CA2CE) is known color: Picton Blue. HEX triplet: 5C, A2 and CE. RGB value is (92,162,206). Sum of RGB (Red+Green+Blue) = 92+162+206=460 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20% from 460); Green value is 162 (63.67% from 255 or 35.22% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #5CA2CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CA2CE is #A35D31. Grayscale: #919191. Windows color (decimal): -10706226 or 13541980. OLE color: 13541980.

HSL color Cylindrical-coordinate representation of color #5CA2CE: hue angle of 203.16º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CA2CE is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 92 162 206 -
CMYK 0.55 0.21 0 0.19
HSL 203.16º 0.54% 0.58% -
HSV(B) 203.16º 0.55% 0.81% -
XYZ 28.47 32.57 63.18 -
YUV 146.09 161.81 89.42 -
System Red Green Blue C M Y K H S L
Decimal 92 162 206 0.55 0.21 0 0.19 203.16 0.54 0.58
Hex 5C A2 CE 37 15 0 13 CB 36 3A
Octal 134 242 316 67 25 0 23 313 66 72
Binary 1011100 10100010 11001110 110111 10101 0 10011 11001011 110110 111010

Color Harmonies of #5CA2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA2CE

Black with #5CA2CE

Text Example


Text Example

White with #5CA2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5CA2CE; }

 p { color: rgb(92,162,206); }

 H1.HeaderClassName
 {
   color: #5CA2CE;
 }
 .AnyTagClassName
 {
   color: #5CA2CE;
 }
</style>

background-color css

<style>
 a { background-color: #5CA2CE; }

 a { background-color: rgb(92,162,206); }

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

border-color css

<style>
 span { border-color: #5CA2CE; }

 span { border-color: rgb(92,162,206); }

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