Html Css Color HEX #5D989C Cadet Blue

📋 copy color: '#5D989C'

red 93 ◦ green 152 ◦ blue 156

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

Shades of Cadet Blue #5D989C

Tints of Cadet Blue #5D989C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.91%

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

R = 23.19%
G = 37.91%
B = 38.9%

CMYK

 C value IS 0.40

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5D989C (or 0x5D989C) is known color: Cadet Blue. HEX triplet: 5D, 98 and 9C. RGB value is (93,152,156). Sum of RGB (Red+Green+Blue) = 93+152+156=401 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.19% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 156 - color contains mainly: blue. Hex color #5D989C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D989C is #A26763. Grayscale: #868686. Windows color (decimal): -10643300 or 10262621. OLE color: 10262621.

HSL color Cylindrical-coordinate representation of color #5D989C: hue angle of 183.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 #5D989C is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 93 152 156 -
CMYK 0.40 0.03 0 0.39
HSL 183.81º 0.25% 0.49% -
HSV(B) 183.81º 0.4% 0.61% -
XYZ 21.74 27.18 35.55 -
YUV 134.82 139.95 98.17 -
System Red Green Blue C M Y K H S L
Decimal 93 152 156 0.40 0.03 0 0.39 183.81 0.25 0.49
Hex 5D 98 9C 28 3 0 27 B8 19 31
Octal 135 230 234 50 3 0 47 270 31 61
Binary 1011101 10011000 10011100 101000 11 0 100111 10111000 11001 110001

Color Harmonies of #5D989C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D989C

Black with #5D989C

Text Example


Text Example

White with #5D989C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,152,156); }

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

background-color css

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

 a { background-color: rgb(93,152,156); }

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

border-color css

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

 span { border-color: rgb(93,152,156); }

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