Html Css Color HEX #5BA3AB Cadet Blue

📋 copy color: '#5BA3AB'

red 91 ◦ green 163 ◦ blue 171

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

Shades of Cadet Blue #5BA3AB

Tints of Cadet Blue #5BA3AB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.35%

 BLUE value IS 171 (67.19% from 255) = 40.24%

R = 21.41%
G = 38.35%
B = 40.24%

CMYK

 C value IS 0.47

 M value IS 0.05

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5BA3AB (or 0x5BA3AB) is known color: Cadet Blue. HEX triplet: 5B, A3 and AB. RGB value is (91,163,171). Sum of RGB (Red+Green+Blue) = 91+163+171=425 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.41% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #5BA3AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA3AB is #A45C54. Grayscale: #8E8E8E. Windows color (decimal): -10771541 or 11248475. OLE color: 11248475.

HSL color Cylindrical-coordinate representation of color #5BA3AB: hue angle of 186º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5BA3AB is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 91 163 171 -
CMYK 0.47 0.05 0 0.33
HSL 186º 0.32% 0.51% -
HSV(B) 186º 0.47% 0.67% -
XYZ 24.76 31.36 43.28 -
YUV 142.38 144.15 91.35 -
System Red Green Blue C M Y K H S L
Decimal 91 163 171 0.47 0.05 0 0.33 186 0.32 0.51
Hex 5B A3 AB 2F 5 0 21 BA 20 33
Octal 133 243 253 57 5 0 41 272 40 63
Binary 1011011 10100011 10101011 101111 101 0 100001 10111010 100000 110011

Color Harmonies of #5BA3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA3AB

Black with #5BA3AB

Text Example


Text Example

White with #5BA3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,163,171); }

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

background-color css

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

 a { background-color: rgb(91,163,171); }

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

border-color css

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

 span { border-color: rgb(91,163,171); }

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