Html Css Color HEX #5B9FAB Cadet Blue

📋 copy color: '#5B9FAB'

red 91 ◦ green 159 ◦ blue 171

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

Shades of Cadet Blue #5B9FAB

Tints of Cadet Blue #5B9FAB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.77%

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

R = 21.62%
G = 37.77%
B = 40.62%

CMYK

 C value IS 0.47

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5B9FAB (or 0x5B9FAB) is known color: Cadet Blue. HEX triplet: 5B, 9F and AB. RGB value is (91,159,171). Sum of RGB (Red+Green+Blue) = 91+159+171=421 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.62% from 421); Green value is 159 (62.5% from 255 or 37.77% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 171 - color contains mainly: blue. Hex color #5B9FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9FAB is #A46054. Grayscale: #8B8B8B. Windows color (decimal): -10772565 or 11247451. OLE color: 11247451.

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

Color convert

RGB 91 159 171 -
CMYK 0.47 0.07 0 0.33
HSL 189º 0.32% 0.51% -
HSV(B) 189º 0.47% 0.67% -
XYZ 24.06 29.96 43.04 -
YUV 140.04 145.47 93.02 -
System Red Green Blue C M Y K H S L
Decimal 91 159 171 0.47 0.07 0 0.33 189 0.32 0.51
Hex 5B 9F AB 2F 7 0 21 BD 20 33
Octal 133 237 253 57 7 0 41 275 40 63
Binary 1011011 10011111 10101011 101111 111 0 100001 10111101 100000 110011

Color Harmonies of #5B9FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9FAB

Black with #5B9FAB

Text Example


Text Example

White with #5B9FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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