Html Css Color HEX #5CA5CC Picton Blue

📋 copy color: '#5CA5CC'

red 92 ◦ green 165 ◦ blue 204

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

Shades of Picton Blue #5CA5CC

Tints of Picton Blue #5CA5CC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.79%

 BLUE value IS 204 (80.08% from 255) = 44.25%

R = 19.96%
G = 35.79%
B = 44.25%

CMYK

 C value IS 0.55

 M value IS 0.19

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5CA5CC (or 0x5CA5CC) is known color: Picton Blue. HEX triplet: 5C, A5 and CC. RGB value is (92,165,204). Sum of RGB (Red+Green+Blue) = 92+165+204=461 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.96% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #5CA5CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CA5CC is #A35A33. Grayscale: #939393. Windows color (decimal): -10705460 or 13411676. OLE color: 13411676.

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

Color convert

RGB 92 165 204 -
CMYK 0.55 0.19 0 0.2
HSL 200.89º 0.52% 0.58% -
HSV(B) 200.89º 0.55% 0.8% -
XYZ 28.77 33.55 62.09 -
YUV 147.62 159.82 88.33 -
System Red Green Blue C M Y K H S L
Decimal 92 165 204 0.55 0.19 0 0.2 200.89 0.52 0.58
Hex 5C A5 CC 37 13 0 14 C9 34 3A
Octal 134 245 314 67 23 0 24 311 64 72
Binary 1011100 10100101 11001100 110111 10011 0 10100 11001001 110100 111010

Color Harmonies of #5CA5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA5CC

Black with #5CA5CC

Text Example


Text Example

White with #5CA5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,165,204); }

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

background-color css

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

 a { background-color: rgb(92,165,204); }

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

border-color css

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

 span { border-color: rgb(92,165,204); }

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