Html Css Color HEX #5C9DCC Picton Blue

📋 copy color: '#5C9DCC'

red 92 ◦ green 157 ◦ blue 204

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

Shades of Picton Blue #5C9DCC

Tints of Picton Blue #5C9DCC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.66%

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

R = 20.31%
G = 34.66%
B = 45.03%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5C9DCC (or 0x5C9DCC) is known color: Picton Blue. HEX triplet: 5C, 9D and CC. RGB value is (92,157,204). Sum of RGB (Red+Green+Blue) = 92+157+204=453 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.31% from 453); Green value is 157 (61.72% from 255 or 34.66% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #5C9DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C9DCC is #A36233. Grayscale: #8E8E8E. Windows color (decimal): -10707508 or 13409628. OLE color: 13409628.

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

Color convert

RGB 92 157 204 -
CMYK 0.55 0.23 0 0.2
HSL 205.18º 0.52% 0.58% -
HSV(B) 205.18º 0.55% 0.8% -
XYZ 27.37 30.75 61.62 -
YUV 142.92 162.47 91.68 -
System Red Green Blue C M Y K H S L
Decimal 92 157 204 0.55 0.23 0 0.2 205.18 0.52 0.58
Hex 5C 9D CC 37 17 0 14 CD 34 3A
Octal 134 235 314 67 27 0 24 315 64 72
Binary 1011100 10011101 11001100 110111 10111 0 10100 11001101 110100 111010

Color Harmonies of #5C9DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9DCC

Black with #5C9DCC

Text Example


Text Example

White with #5C9DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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