Html Css Color HEX #5B9EAC Cadet Blue

📋 copy color: '#5B9EAC'

red 91 ◦ green 158 ◦ blue 172

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

Shades of Cadet Blue #5B9EAC

Tints of Cadet Blue #5B9EAC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.53%

 BLUE value IS 172 (67.58% from 255) = 40.86%

R = 21.62%
G = 37.53%
B = 40.86%

CMYK

 C value IS 0.47

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5B9EAC (or 0x5B9EAC) is known color: Cadet Blue. HEX triplet: 5B, 9E and AC. RGB value is (91,158,172). Sum of RGB (Red+Green+Blue) = 91+158+172=421 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.62% from 421); Green value is 158 (62.11% from 255 or 37.53% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 172 - color contains mainly: blue. Hex color #5B9EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B9EAC is #A46153. Grayscale: #8B8B8B. Windows color (decimal): -10772820 or 11312731. OLE color: 11312731.

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

Color convert

RGB 91 158 172 -
CMYK 0.47 0.08 0 0.33
HSL 190.37º 0.33% 0.52% -
HSV(B) 190.37º 0.47% 0.67% -
XYZ 23.99 29.66 43.49 -
YUV 139.56 146.3 93.36 -
System Red Green Blue C M Y K H S L
Decimal 91 158 172 0.47 0.08 0 0.33 190.37 0.33 0.52
Hex 5B 9E AC 2F 8 0 21 BE 21 34
Octal 133 236 254 57 10 0 41 276 41 64
Binary 1011011 10011110 10101100 101111 1000 0 100001 10111110 100001 110100

Color Harmonies of #5B9EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9EAC

Black with #5B9EAC

Text Example


Text Example

White with #5B9EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,158,172); }

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

background-color css

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

 a { background-color: rgb(91,158,172); }

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

border-color css

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

 span { border-color: rgb(91,158,172); }

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