Html Css Color HEX #5E9CCD Picton Blue

📋 copy color: '#5E9CCD'

red 94 ◦ green 156 ◦ blue 205

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

Shades of Picton Blue #5E9CCD

Tints of Picton Blue #5E9CCD

RGB

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

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

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

R = 20.66%
G = 34.29%
B = 45.05%

CMYK

 C value IS 0.54

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5E9CCD (or 0x5E9CCD) is known color: Picton Blue. HEX triplet: 5E, 9C and CD. RGB value is (94,156,205). Sum of RGB (Red+Green+Blue) = 94+156+205=455 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.66% from 455); Green value is 156 (61.33% from 255 or 34.29% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E9CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E9CCD is #A16332. Grayscale: #8E8E8E. Windows color (decimal): -10576691 or 13474910. OLE color: 13474910.

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

Color convert

RGB 94 156 205 -
CMYK 0.54 0.24 0 0.20
HSL 206.49º 0.53% 0.59% -
HSV(B) 206.49º 0.54% 0.8% -
XYZ 27.52 30.56 62.21 -
YUV 143.05 162.96 93.02 -
System Red Green Blue C M Y K H S L
Decimal 94 156 205 0.54 0.24 0 0.20 206.49 0.53 0.59
Hex 5E 9C CD 36 18 0 14 CE 35 3B
Octal 136 234 315 66 30 0 24 316 65 73
Binary 1011110 10011100 11001101 110110 11000 0 10100 11001110 110101 111011

Color Harmonies of #5E9CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9CCD

Black with #5E9CCD

Text Example


Text Example

White with #5E9CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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