#5E969A

Color #5E969A Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #5E969A

Tints of Cadet Blue #5E969A

Color information

#5E969A (or 0x5E969A) is unknown color: approx Cadet Blue. HEX triplet: 5E, 96 and 9A. RGB value is (94,150,154). Sum of RGB (Red+Green+Blue) = 94+150+154=398 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.62% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 154 - color contains mainly: blue. Hex color #5E969A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E969A is #A16965. Grayscale: #858585. Windows color (decimal): -10578278 or 10131038. OLE color: 10131038.

HSL color Cylindrical-coordinate representation of color #5E969A: hue angle of 184º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E969A is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB94150154-
CMYK0.390.0300.40
HSL184º24.19%48.63%-
HSV(B)184º38.96%60.39%-
XYZ21.3626.5334.57-
YUV133.71139.4599.67-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.62%
GREEN value IS 150 (58.98% from 255) = 37.69%
BLUE value IS 154 (60.55% from 255) = 38.69%
R=23.62%
G=37.69%
B=38.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal941501540.390.0300.4018424.1948.63
Hex5E969A273028b81831
Octal1362262324730502703061
Binary101111010010110100110101001111101010001011100011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E969A;
 }
 .AnyTagClassName
 {
   color: #5E969A;
 }
</style>
background-color css

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

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

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

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

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

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