Html Css Color HEX #5A959F Cadet Blue

📋 copy color: '#5A959F'

red 90 ◦ green 149 ◦ blue 159

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

Shades of Cadet Blue #5A959F

Tints of Cadet Blue #5A959F

RGB

 RED value IS 90 (35.55% from 255) = 22.61%

 GREEN value IS 149 (58.59% from 255) = 37.44%

 BLUE value IS 159 (62.5% from 255) = 39.95%

R = 22.61%
G = 37.44%
B = 39.95%

CMYK

 C value IS 0.43

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5A959F (or 0x5A959F) is known color: Cadet Blue. HEX triplet: 5A, 95 and 9F. RGB value is (90,149,159). Sum of RGB (Red+Green+Blue) = 90+149+159=398 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.61% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 159 - color contains mainly: blue. Hex color #5A959F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A959F is #A56A60. Grayscale: #848484. Windows color (decimal): -10840673 or 10458458. OLE color: 10458458.

HSL color Cylindrical-coordinate representation of color #5A959F: hue angle of 188.7º degrees, saturation: 0.28, 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 #5A959F is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 90 149 159 -
CMYK 0.43 0.06 0 0.38
HSL 188.7º 0.28% 0.49% -
HSV(B) 188.7º 0.43% 0.62% -
XYZ 21.22 26.17 36.73 -
YUV 132.5 142.95 97.69 -
System Red Green Blue C M Y K H S L
Decimal 90 149 159 0.43 0.06 0 0.38 188.7 0.28 0.49
Hex 5A 95 9F 2B 6 0 26 BD 1C 31
Octal 132 225 237 53 6 0 46 275 34 61
Binary 1011010 10010101 10011111 101011 110 0 100110 10111101 11100 110001

Color Harmonies of #5A959F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A959F

Black with #5A959F

Text Example


Text Example

White with #5A959F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,149,159); }

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

background-color css

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

 a { background-color: rgb(90,149,159); }

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

border-color css

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

 span { border-color: rgb(90,149,159); }

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