Html Css Color HEX #5BA0AE Cadet Blue

📋 copy color: '#5BA0AE'

red 91 ◦ green 160 ◦ blue 174

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

Shades of Cadet Blue #5BA0AE

Tints of Cadet Blue #5BA0AE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.65%

 BLUE value IS 174 (68.36% from 255) = 40.94%

R = 21.41%
G = 37.65%
B = 40.94%

CMYK

 C value IS 0.48

 M value IS 0.08

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5BA0AE (or 0x5BA0AE) is known color: Cadet Blue. HEX triplet: 5B, A0 and AE. RGB value is (91,160,174). Sum of RGB (Red+Green+Blue) = 91+160+174=425 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.41% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 174 - color contains mainly: blue. Hex color #5BA0AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA0AE is #A45F51. Grayscale: #8C8C8C. Windows color (decimal): -10772306 or 11444315. OLE color: 11444315.

HSL color Cylindrical-coordinate representation of color #5BA0AE: hue angle of 190.12º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5BA0AE is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 91 160 174 -
CMYK 0.48 0.08 0 0.32
HSL 190.12º 0.34% 0.52% -
HSV(B) 190.12º 0.48% 0.68% -
XYZ 24.53 30.42 44.62 -
YUV 140.97 146.64 92.36 -
System Red Green Blue C M Y K H S L
Decimal 91 160 174 0.48 0.08 0 0.32 190.12 0.34 0.52
Hex 5B A0 AE 30 8 0 20 BE 22 34
Octal 133 240 256 60 10 0 40 276 42 64
Binary 1011011 10100000 10101110 110000 1000 0 100000 10111110 100010 110100

Color Harmonies of #5BA0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA0AE

Black with #5BA0AE

Text Example


Text Example

White with #5BA0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,160,174); }

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

background-color css

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

 a { background-color: rgb(91,160,174); }

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

border-color css

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

 span { border-color: rgb(91,160,174); }

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