#5A989B

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

Shades of Cadet Blue #5A989B

Tints of Cadet Blue #5A989B

Color information

#5A989B (or 0x5A989B) is unknown color: approx Cadet Blue. HEX triplet: 5A, 98 and 9B. RGB value is (90,152,155). Sum of RGB (Red+Green+Blue) = 90+152+155=397 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.67% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A989B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A989B is #A56764. Grayscale: #858585. Windows color (decimal): -10839909 or 10197082. OLE color: 10197082.

HSL color Cylindrical-coordinate representation of color #5A989B: hue angle of 182.77º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A989B is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB90152155-
CMYK0.420.0200.39
HSL182.77º26.53%48.04%-
HSV(B)182.77º41.94%60.78%-
XYZ21.362735.1-
YUV133.8139.9696.76-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.67%
GREEN value IS 152 (59.77% from 255) = 38.29%
BLUE value IS 155 (60.94% from 255) = 39.04%
R=22.67%
G=38.29%
B=39.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal901521550.420.0200.39182.7726.5348.04
Hex5A989B2A2027b71b30
Octal1322302335220472673360
Binary101101010011000100110111010101001001111011011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,152,155); }

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

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

 a { background-color: rgb(90,152,155); }

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

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

 span { border-color: rgb(90,152,155); }

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