Html Css Color HEX #5B9F99 Cadet Blue

📋 copy color: '#5B9F99'

red 91 ◦ green 159 ◦ blue 153

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

Shades of Cadet Blue #5B9F99

Tints of Cadet Blue #5B9F99

RGB

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

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

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

R = 22.58%
G = 39.45%
B = 37.97%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#5B9F99 (or 0x5B9F99) is known color: Cadet Blue. HEX triplet: 5B, 9F and 99. RGB value is (91,159,153). Sum of RGB (Red+Green+Blue) = 91+159+153=403 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.58% from 403); Green value is 159 (62.5% from 255 or 39.45% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 159 - color contains mainly: green. Hex color #5B9F99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9F99 is #A46066. Grayscale: #898989. Windows color (decimal): -10772583 or 10067803. OLE color: 10067803.

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

Color convert

RGB 91 159 153 -
CMYK 0.43 0 0.04 0.38
HSL 174.71º 0.27% 0.49% -
HSV(B) 174.71º 0.43% 0.62% -
XYZ 22.46 29.32 34.61 -
YUV 137.98 136.47 94.49 -
System Red Green Blue C M Y K H S L
Decimal 91 159 153 0.43 0 0.04 0.38 174.71 0.27 0.49
Hex 5B 9F 99 2B 0 4 26 AF 1B 31
Octal 133 237 231 53 0 4 46 257 33 61
Binary 1011011 10011111 10011001 101011 0 100 100110 10101111 11011 110001

Color Harmonies of #5B9F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9F99

Black with #5B9F99

Text Example


Text Example

White with #5B9F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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