#5B9D98

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

Shades of Cadet Blue #5B9D98

Tints of Cadet Blue #5B9D98

Color information

#5B9D98 (or 0x5B9D98) is unknown color: approx Cadet Blue. HEX triplet: 5B, 9D and 98. RGB value is (91,157,152). Sum of RGB (Red+Green+Blue) = 91+157+152=400 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.75% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 157 - color contains mainly: green. Hex color #5B9D98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9D98 is #A46267. Grayscale: #888888. Windows color (decimal): -10773096 or 10001755. OLE color: 10001755.

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

Color convert

RGB91157152-
CMYK0.4200.030.38
HSL175.45º26.61%48.63%-
HSV(B)175.45º42.04%61.57%-
XYZ22.0428.6134.07-
YUV136.7136.6395.41-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.75%
GREEN value IS 157 (61.72% from 255) = 39.25%
BLUE value IS 152 (59.77% from 255) = 38%
R=22.75%
G=39.25%
B=38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal911571520.4200.030.38175.4526.6148.63
Hex5B9D982A0326af1b31
Octal1332352305203462573361
Binary101101110011101100110001010100111001101010111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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