Html Css Color HEX #5BAB8B Keppel

📋 copy color: '#5BAB8B'

red 91 ◦ green 171 ◦ blue 139

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

Shades of Keppel #5BAB8B

Tints of Keppel #5BAB8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.66%

R = 22.69%
G = 42.64%
B = 34.66%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#5BAB8B (or 0x5BAB8B) is known color: Keppel. HEX triplet: 5B, AB and 8B. RGB value is (91,171,139). Sum of RGB (Red+Green+Blue) = 91+171+139=401 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.69% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 171 - color contains mainly: green. Hex color #5BAB8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAB8B is #A45474. Grayscale: #8F8F8F. Windows color (decimal): -10769525 or 9153371. OLE color: 9153371.

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

Color convert

RGB 91 171 139 -
CMYK 0.47 0 0.19 0.33
HSL 156º 0.32% 0.51% -
HSV(B) 156º 0.47% 0.67% -
XYZ 23.54 33.21 29.6 -
YUV 143.43 125.5 90.6 -
System Red Green Blue C M Y K H S L
Decimal 91 171 139 0.47 0 0.19 0.33 156 0.32 0.51
Hex 5B AB 8B 2F 0 13 21 9C 20 33
Octal 133 253 213 57 0 23 41 234 40 63
Binary 1011011 10101011 10001011 101111 0 10011 100001 10011100 100000 110011

Color Harmonies of #5BAB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAB8B

Black with #5BAB8B

Text Example


Text Example

White with #5BAB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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