Html Css Color HEX #5C9FCD Picton Blue

📋 copy color: '#5C9FCD'

red 92 ◦ green 159 ◦ blue 205

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

Shades of Picton Blue #5C9FCD

Tints of Picton Blue #5C9FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.96%

R = 20.18%
G = 34.87%
B = 44.96%

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

#5C9FCD (or 0x5C9FCD) is known color: Picton Blue. HEX triplet: 5C, 9F and CD. RGB value is (92,159,205). Sum of RGB (Red+Green+Blue) = 92+159+205=456 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.18% from 456); Green value is 159 (62.5% from 255 or 34.87% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #5C9FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C9FCD is #A36032. Grayscale: #8F8F8F. Windows color (decimal): -10706995 or 13475676. OLE color: 13475676.

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

Color convert

RGB 92 159 205 -
CMYK 0.55 0.22 0 0.20
HSL 204.42º 0.53% 0.58% -
HSV(B) 204.42º 0.55% 0.8% -
XYZ 27.83 31.48 62.37 -
YUV 144.21 162.3 90.76 -
System Red Green Blue C M Y K H S L
Decimal 92 159 205 0.55 0.22 0 0.20 204.42 0.53 0.58
Hex 5C 9F CD 37 16 0 14 CC 35 3A
Octal 134 237 315 67 26 0 24 314 65 72
Binary 1011100 10011111 11001101 110111 10110 0 10100 11001100 110101 111010

Color Harmonies of #5C9FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9FCD

Black with #5C9FCD

Text Example


Text Example

White with #5C9FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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