Html Css Color HEX #5BA79D Cadet Blue

📋 copy color: '#5BA79D'

red 91 ◦ green 167 ◦ blue 157

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

Shades of Cadet Blue #5BA79D

Tints of Cadet Blue #5BA79D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.24%

 BLUE value IS 157 (61.72% from 255) = 37.83%

R = 21.93%
G = 40.24%
B = 37.83%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#5BA79D (or 0x5BA79D) is known color: Cadet Blue. HEX triplet: 5B, A7 and 9D. RGB value is (91,167,157). Sum of RGB (Red+Green+Blue) = 91+167+157=415 (54% of max value = 765). Red value is 91 (35.94% from 255 or 21.93% from 415); Green value is 167 (65.62% from 255 or 40.24% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 167 - color contains mainly: green. Hex color #5BA79D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA79D is #A45862. Grayscale: #8F8F8F. Windows color (decimal): -10770531 or 10331995. OLE color: 10331995.

HSL color Cylindrical-coordinate representation of color #5BA79D: hue angle of 172.11º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BA79D is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB 91 167 157 -
CMYK 0.46 0 0.06 0.35
HSL 172.11º 0.3% 0.51% -
HSV(B) 172.11º 0.46% 0.65% -
XYZ 24.22 32.3 36.86 -
YUV 143.14 135.82 90.81 -
System Red Green Blue C M Y K H S L
Decimal 91 167 157 0.46 0 0.06 0.35 172.11 0.3 0.51
Hex 5B A7 9D 2E 0 6 23 AC 1E 33
Octal 133 247 235 56 0 6 43 254 36 63
Binary 1011011 10100111 10011101 101110 0 110 100011 10101100 11110 110011

Color Harmonies of #5BA79D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA79D

Black with #5BA79D

Text Example


Text Example

White with #5BA79D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,167,157); }

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

background-color css

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

 a { background-color: rgb(91,167,157); }

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

border-color css

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

 span { border-color: rgb(91,167,157); }

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