Html Css Color HEX #5E9CCC Picton Blue

📋 copy color: '#5E9CCC'

red 94 ◦ green 156 ◦ blue 204

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

Shades of Picton Blue #5E9CCC

Tints of Picton Blue #5E9CCC

RGB

 RED value IS 94 (37.11% from 255) = 20.7%

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

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

R = 20.7%
G = 34.36%
B = 44.93%

CMYK

 C value IS 0.54

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5E9CCC (or 0x5E9CCC) is known color: Picton Blue. HEX triplet: 5E, 9C and CC. RGB value is (94,156,204). Sum of RGB (Red+Green+Blue) = 94+156+204=454 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.70% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #5E9CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E9CCC is #A16333. Grayscale: #8E8E8E. Windows color (decimal): -10576692 or 13409374. OLE color: 13409374.

HSL color Cylindrical-coordinate representation of color #5E9CCC: hue angle of 206.18º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E9CCC is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 94 156 204 -
CMYK 0.54 0.24 0 0.2
HSL 206.18º 0.52% 0.58% -
HSV(B) 206.18º 0.54% 0.8% -
XYZ 27.4 30.52 61.57 -
YUV 142.93 162.46 93.1 -
System Red Green Blue C M Y K H S L
Decimal 94 156 204 0.54 0.24 0 0.2 206.18 0.52 0.58
Hex 5E 9C CC 36 18 0 14 CE 34 3A
Octal 136 234 314 66 30 0 24 316 64 72
Binary 1011110 10011100 11001100 110110 11000 0 10100 11001110 110100 111010

Color Harmonies of #5E9CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9CCC

Black with #5E9CCC

Text Example


Text Example

White with #5E9CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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