Html Css Color HEX #5B9D99 Cadet Blue

📋 copy color: '#5B9D99'

red 91 ◦ green 157 ◦ blue 153

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

Shades of Cadet Blue #5B9D99

Tints of Cadet Blue #5B9D99

RGB

 RED value IS 91 (35.94% from 255) = 22.69%

 GREEN value IS 157 (61.72% from 255) = 39.15%

 BLUE value IS 153 (60.16% from 255) = 38.15%

R = 22.69%
G = 39.15%
B = 38.15%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#5B9D99 (or 0x5B9D99) is known color: Cadet Blue. HEX triplet: 5B, 9D and 99. RGB value is (91,157,153). Sum of RGB (Red+Green+Blue) = 91+157+153=401 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.69% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 157 - color contains mainly: green. Hex color #5B9D99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9D99 is #A46266. Grayscale: #888888. Windows color (decimal): -10773095 or 10067291. OLE color: 10067291.

HSL color Cylindrical-coordinate representation of color #5B9D99: hue angle of 176.36º degrees, saturation: 0.27, 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 #5B9D99 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 91 157 153 -
CMYK 0.42 0 0.03 0.38
HSL 176.36º 0.27% 0.49% -
HSV(B) 176.36º 0.42% 0.62% -
XYZ 22.12 28.64 34.5 -
YUV 136.81 137.13 95.33 -
System Red Green Blue C M Y K H S L
Decimal 91 157 153 0.42 0 0.03 0.38 176.36 0.27 0.49
Hex 5B 9D 99 2A 0 3 26 B0 1B 31
Octal 133 235 231 52 0 3 46 260 33 61
Binary 1011011 10011101 10011001 101010 0 11 100110 10110000 11011 110001

Color Harmonies of #5B9D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9D99

Black with #5B9D99

Text Example


Text Example

White with #5B9D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,157,153); }

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

background-color css

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

 a { background-color: rgb(91,157,153); }

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

border-color css

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

 span { border-color: rgb(91,157,153); }

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