Html Css Color HEX #5BAB9D Keppel

📋 copy color: '#5BAB9D'

red 91 ◦ green 171 ◦ blue 157

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

Shades of Keppel #5BAB9D

Tints of Keppel #5BAB9D

RGB

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

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

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

R = 21.72%
G = 40.81%
B = 37.47%

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

#5BAB9D (or 0x5BAB9D) is known color: Keppel. HEX triplet: 5B, AB and 9D. RGB value is (91,171,157). Sum of RGB (Red+Green+Blue) = 91+171+157=419 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.72% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 171 - color contains mainly: green. Hex color #5BAB9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAB9D is #A45462. Grayscale: #919191. Windows color (decimal): -10769507 or 10333019. OLE color: 10333019.

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

Color convert

RGB 91 171 157 -
CMYK 0.47 0 0.08 0.33
HSL 169.5º 0.32% 0.51% -
HSV(B) 169.5º 0.47% 0.67% -
XYZ 24.96 33.78 37.1 -
YUV 145.48 134.5 89.14 -
System Red Green Blue C M Y K H S L
Decimal 91 171 157 0.47 0 0.08 0.33 169.5 0.32 0.51
Hex 5B AB 9D 2F 0 8 21 AA 20 33
Octal 133 253 235 57 0 10 41 252 40 63
Binary 1011011 10101011 10011101 101111 0 1000 100001 10101010 100000 110011

Color Harmonies of #5BAB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAB9D

Black with #5BAB9D

Text Example


Text Example

White with #5BAB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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