Html Css Color HEX #5C9CCC Picton Blue

📋 copy color: '#5C9CCC'

red 92 ◦ green 156 ◦ blue 204

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

Shades of Picton Blue #5C9CCC

Tints of Picton Blue #5C9CCC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.51%

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

R = 20.35%
G = 34.51%
B = 45.13%

CMYK

 C value IS 0.55

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5C9CCC (or 0x5C9CCC) is known color: Picton Blue. HEX triplet: 5C, 9C and CC. RGB value is (92,156,204). Sum of RGB (Red+Green+Blue) = 92+156+204=452 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.35% from 452); Green value is 156 (61.33% from 255 or 34.51% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #5C9CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C9CCC is #A36333. Grayscale: #8E8E8E. Windows color (decimal): -10707764 or 13409372. OLE color: 13409372.

HSL color Cylindrical-coordinate representation of color #5C9CCC: hue angle of 205.71º 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 #5C9CCC is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 92 156 204 -
CMYK 0.55 0.24 0 0.2
HSL 205.71º 0.52% 0.58% -
HSV(B) 205.71º 0.55% 0.8% -
XYZ 27.2 30.41 61.56 -
YUV 142.34 162.8 92.1 -
System Red Green Blue C M Y K H S L
Decimal 92 156 204 0.55 0.24 0 0.2 205.71 0.52 0.58
Hex 5C 9C CC 37 18 0 14 CE 34 3A
Octal 134 234 314 67 30 0 24 316 64 72
Binary 1011100 10011100 11001100 110111 11000 0 10100 11001110 110100 111010

Color Harmonies of #5C9CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9CCC

Black with #5C9CCC

Text Example


Text Example

White with #5C9CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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