Html Css Color HEX #5BAB9E Keppel

📋 copy color: '#5BAB9E'

red 91 ◦ green 171 ◦ blue 158

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

Shades of Keppel #5BAB9E

Tints of Keppel #5BAB9E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.71%

 BLUE value IS 158 (62.11% from 255) = 37.62%

R = 21.67%
G = 40.71%
B = 37.62%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#5BAB9E (or 0x5BAB9E) is known color: Keppel. HEX triplet: 5B, AB and 9E. RGB value is (91,171,158). Sum of RGB (Red+Green+Blue) = 91+171+158=420 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.67% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 171 - color contains mainly: green. Hex color #5BAB9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAB9E is #A45461. Grayscale: #919191. Windows color (decimal): -10769506 or 10398555. OLE color: 10398555.

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

Color convert

RGB 91 171 158 -
CMYK 0.47 0 0.08 0.33
HSL 170.25º 0.32% 0.51% -
HSV(B) 170.25º 0.47% 0.67% -
XYZ 25.05 33.82 37.56 -
YUV 145.6 135 89.06 -
System Red Green Blue C M Y K H S L
Decimal 91 171 158 0.47 0 0.08 0.33 170.25 0.32 0.51
Hex 5B AB 9E 2F 0 8 21 AA 20 33
Octal 133 253 236 57 0 10 41 252 40 63
Binary 1011011 10101011 10011110 101111 0 1000 100001 10101010 100000 110011

Color Harmonies of #5BAB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAB9E

Black with #5BAB9E

Text Example


Text Example

White with #5BAB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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