Html Css Color HEX #5C9FCB Picton Blue

📋 copy color: '#5C9FCB'

red 92 ◦ green 159 ◦ blue 203

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

Shades of Picton Blue #5C9FCB

Tints of Picton Blue #5C9FCB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.02%

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

R = 20.26%
G = 35.02%
B = 44.71%

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

#5C9FCB (or 0x5C9FCB) is known color: Picton Blue. HEX triplet: 5C, 9F and CB. RGB value is (92,159,203). Sum of RGB (Red+Green+Blue) = 92+159+203=454 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.26% from 454); Green value is 159 (62.5% from 255 or 35.02% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #5C9FCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C9FCB is #A36034. Grayscale: #8F8F8F. Windows color (decimal): -10706997 or 13344604. OLE color: 13344604.

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

Color convert

RGB 92 159 203 -
CMYK 0.55 0.22 0 0.20
HSL 203.78º 0.52% 0.58% -
HSV(B) 203.78º 0.55% 0.8% -
XYZ 27.59 31.38 61.1 -
YUV 143.98 161.3 90.92 -
System Red Green Blue C M Y K H S L
Decimal 92 159 203 0.55 0.22 0 0.20 203.78 0.52 0.58
Hex 5C 9F CB 37 16 0 14 CC 34 3A
Octal 134 237 313 67 26 0 24 314 64 72
Binary 1011100 10011111 11001011 110111 10110 0 10100 11001100 110100 111010

Color Harmonies of #5C9FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9FCB

Black with #5C9FCB

Text Example


Text Example

White with #5C9FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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