Html Css Color HEX #5BA5AB Cadet Blue

📋 copy color: '#5BA5AB'

red 91 ◦ green 165 ◦ blue 171

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

Shades of Cadet Blue #5BA5AB

Tints of Cadet Blue #5BA5AB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.64%

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

R = 21.31%
G = 38.64%
B = 40.05%

CMYK

 C value IS 0.47

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5BA5AB (or 0x5BA5AB) is known color: Cadet Blue. HEX triplet: 5B, A5 and AB. RGB value is (91,165,171). Sum of RGB (Red+Green+Blue) = 91+165+171=427 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.31% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #5BA5AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA5AB is #A45A54. Grayscale: #8F8F8F. Windows color (decimal): -10771029 or 11248987. OLE color: 11248987.

HSL color Cylindrical-coordinate representation of color #5BA5AB: hue angle of 184.5º 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 #5BA5AB is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 91 165 171 -
CMYK 0.47 0.04 0 0.33
HSL 184.5º 0.32% 0.51% -
HSV(B) 184.5º 0.47% 0.67% -
XYZ 25.12 32.07 43.4 -
YUV 143.56 143.48 90.51 -
System Red Green Blue C M Y K H S L
Decimal 91 165 171 0.47 0.04 0 0.33 184.5 0.32 0.51
Hex 5B A5 AB 2F 4 0 21 B8 20 33
Octal 133 245 253 57 4 0 41 270 40 63
Binary 1011011 10100101 10101011 101111 100 0 100001 10111000 100000 110011

Color Harmonies of #5BA5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA5AB

Black with #5BA5AB

Text Example


Text Example

White with #5BA5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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