Html Css Color HEX #5C9ECB Picton Blue

📋 copy color: '#5C9ECB'

red 92 ◦ green 158 ◦ blue 203

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

Shades of Picton Blue #5C9ECB

Tints of Picton Blue #5C9ECB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.88%

 BLUE value IS 203 (79.69% from 255) = 44.81%

R = 20.31%
G = 34.88%
B = 44.81%

CMYK

 C value IS 0.55

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5C9ECB (or 0x5C9ECB) is known color: Picton Blue. HEX triplet: 5C, 9E and CB. RGB value is (92,158,203). Sum of RGB (Red+Green+Blue) = 92+158+203=453 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.31% from 453); Green value is 158 (62.11% from 255 or 34.88% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #5C9ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C9ECB is #A36134. Grayscale: #8F8F8F. Windows color (decimal): -10707253 or 13344348. OLE color: 13344348.

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

Color convert

RGB 92 158 203 -
CMYK 0.55 0.22 0 0.20
HSL 204.32º 0.52% 0.58% -
HSV(B) 204.32º 0.55% 0.8% -
XYZ 27.42 31.04 61.05 -
YUV 143.4 161.63 91.34 -
System Red Green Blue C M Y K H S L
Decimal 92 158 203 0.55 0.22 0 0.20 204.32 0.52 0.58
Hex 5C 9E CB 37 16 0 14 CC 34 3A
Octal 134 236 313 67 26 0 24 314 64 72
Binary 1011100 10011110 11001011 110111 10110 0 10100 11001100 110100 111010

Color Harmonies of #5C9ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9ECB

Black with #5C9ECB

Text Example


Text Example

White with #5C9ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,158,203); }

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

background-color css

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

 a { background-color: rgb(92,158,203); }

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

border-color css

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

 span { border-color: rgb(92,158,203); }

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