Html Css Color HEX #5B9AA7 Cadet Blue

📋 copy color: '#5B9AA7'

red 91 ◦ green 154 ◦ blue 167

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

Shades of Cadet Blue #5B9AA7

Tints of Cadet Blue #5B9AA7

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.38%

 BLUE value IS 167 (65.63% from 255) = 40.53%

R = 22.09%
G = 37.38%
B = 40.53%

CMYK

 C value IS 0.46

 M value IS 0.08

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5B9AA7 (or 0x5B9AA7) is known color: Cadet Blue. HEX triplet: 5B, 9A and A7. RGB value is (91,154,167). Sum of RGB (Red+Green+Blue) = 91+154+167=412 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.09% from 412); Green value is 154 (60.55% from 255 or 37.38% from 412); Blue value is 167 (65.62% from 255 or 40.53% from 412); Max value from RGB is 167 - color contains mainly: blue. Hex color #5B9AA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9AA7 is #A46558. Grayscale: #888888. Windows color (decimal): -10773849 or 10984027. OLE color: 10984027.

HSL color Cylindrical-coordinate representation of color #5B9AA7: hue angle of 190.26º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B9AA7 is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 91 154 167 -
CMYK 0.46 0.08 0 0.35
HSL 190.26º 0.3% 0.51% -
HSV(B) 190.26º 0.46% 0.65% -
XYZ 22.85 28.13 40.78 -
YUV 136.65 145.13 95.44 -
System Red Green Blue C M Y K H S L
Decimal 91 154 167 0.46 0.08 0 0.35 190.26 0.3 0.51
Hex 5B 9A A7 2E 8 0 23 BE 1E 33
Octal 133 232 247 56 10 0 43 276 36 63
Binary 1011011 10011010 10100111 101110 1000 0 100011 10111110 11110 110011

Color Harmonies of #5B9AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9AA7

Black with #5B9AA7

Text Example


Text Example

White with #5B9AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,154,167); }

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

background-color css

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

 a { background-color: rgb(91,154,167); }

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

border-color css

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

 span { border-color: rgb(91,154,167); }

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