Html Css Color HEX #5D9F93 Cadet Blue

📋 copy color: '#5D9F93'

red 93 ◦ green 159 ◦ blue 147

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

Shades of Cadet Blue #5D9F93

Tints of Cadet Blue #5D9F93

RGB

 RED value IS 93 (36.72% from 255) = 23.31%

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

 BLUE value IS 147 (57.81% from 255) = 36.84%

R = 23.31%
G = 39.85%
B = 36.84%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#5D9F93 (or 0x5D9F93) is known color: Cadet Blue. HEX triplet: 5D, 9F and 93. RGB value is (93,159,147). Sum of RGB (Red+Green+Blue) = 93+159+147=399 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.31% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 159 - color contains mainly: green. Hex color #5D9F93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9F93 is #A2606C. Grayscale: #898989. Windows color (decimal): -10641517 or 9674589. OLE color: 9674589.

HSL color Cylindrical-coordinate representation of color #5D9F93: hue angle of 169.09º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5D9F93 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 93 159 147 -
CMYK 0.42 0 0.08 0.38
HSL 169.09º 0.26% 0.49% -
HSV(B) 169.09º 0.42% 0.62% -
XYZ 22.18 29.23 32.08 -
YUV 137.9 133.13 95.98 -
System Red Green Blue C M Y K H S L
Decimal 93 159 147 0.42 0 0.08 0.38 169.09 0.26 0.49
Hex 5D 9F 93 2A 0 8 26 A9 1A 31
Octal 135 237 223 52 0 10 46 251 32 61
Binary 1011101 10011111 10010011 101010 0 1000 100110 10101001 11010 110001

Color Harmonies of #5D9F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9F93

Black with #5D9F93

Text Example


Text Example

White with #5D9F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,159,147); }

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

background-color css

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

 a { background-color: rgb(93,159,147); }

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

border-color css

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

 span { border-color: rgb(93,159,147); }

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