Html Css Color HEX #5BA89D Cadet Blue

📋 copy color: '#5BA89D'

red 91 ◦ green 168 ◦ blue 157

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

Shades of Cadet Blue #5BA89D

Tints of Cadet Blue #5BA89D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.38%

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

R = 21.88%
G = 40.38%
B = 37.74%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#5BA89D (or 0x5BA89D) is known color: Cadet Blue. HEX triplet: 5B, A8 and 9D. RGB value is (91,168,157). Sum of RGB (Red+Green+Blue) = 91+168+157=416 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.88% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 168 - color contains mainly: green. Hex color #5BA89D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA89D is #A45762. Grayscale: #8F8F8F. Windows color (decimal): -10770275 or 10332251. OLE color: 10332251.

HSL color Cylindrical-coordinate representation of color #5BA89D: hue angle of 171.43º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BA89D is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 91 168 157 -
CMYK 0.46 0 0.07 0.34
HSL 171.43º 0.31% 0.51% -
HSV(B) 171.43º 0.46% 0.66% -
XYZ 24.4 32.66 36.92 -
YUV 143.72 135.49 90.39 -
System Red Green Blue C M Y K H S L
Decimal 91 168 157 0.46 0 0.07 0.34 171.43 0.31 0.51
Hex 5B A8 9D 2E 0 7 22 AB 1F 33
Octal 133 250 235 56 0 7 42 253 37 63
Binary 1011011 10101000 10011101 101110 0 111 100010 10101011 11111 110011

Color Harmonies of #5BA89D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA89D

Black with #5BA89D

Text Example


Text Example

White with #5BA89D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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