Html Css Color HEX #5E969C Cadet Blue

📋 copy color: '#5E969C'

red 94 ◦ green 150 ◦ blue 156

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

Shades of Cadet Blue #5E969C

Tints of Cadet Blue #5E969C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.5%

 BLUE value IS 156 (61.33% from 255) = 39%

R = 23.5%
G = 37.5%
B = 39%

CMYK

 C value IS 0.40

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5E969C (or 0x5E969C) is known color: Cadet Blue. HEX triplet: 5E, 96 and 9C. RGB value is (94,150,156). Sum of RGB (Red+Green+Blue) = 94+150+156=400 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.5% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E969C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E969C is #A16963. Grayscale: #858585. Windows color (decimal): -10578276 or 10262110. OLE color: 10262110.

HSL color Cylindrical-coordinate representation of color #5E969C: hue angle of 185.81º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E969C is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 94 150 156 -
CMYK 0.40 0.04 0 0.39
HSL 185.81º 0.25% 0.49% -
HSV(B) 185.81º 0.4% 0.61% -
XYZ 21.52 26.59 35.45 -
YUV 133.94 140.45 99.51 -
System Red Green Blue C M Y K H S L
Decimal 94 150 156 0.40 0.04 0 0.39 185.81 0.25 0.49
Hex 5E 96 9C 28 4 0 27 BA 19 31
Octal 136 226 234 50 4 0 47 272 31 61
Binary 1011110 10010110 10011100 101000 100 0 100111 10111010 11001 110001

Color Harmonies of #5E969C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E969C

Black with #5E969C

Text Example


Text Example

White with #5E969C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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