Html Css Color HEX #5BAB8D Keppel

📋 copy color: '#5BAB8D'

red 91 ◦ green 171 ◦ blue 141

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

Shades of Keppel #5BAB8D

Tints of Keppel #5BAB8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.99%

R = 22.58%
G = 42.43%
B = 34.99%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#5BAB8D (or 0x5BAB8D) is known color: Keppel. HEX triplet: 5B, AB and 8D. RGB value is (91,171,141). Sum of RGB (Red+Green+Blue) = 91+171+141=403 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.58% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 171 - color contains mainly: green. Hex color #5BAB8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAB8D is #A45472. Grayscale: #8F8F8F. Windows color (decimal): -10769523 or 9284443. OLE color: 9284443.

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

Color convert

RGB 91 171 141 -
CMYK 0.47 0 0.18 0.33
HSL 157.5º 0.32% 0.51% -
HSV(B) 157.5º 0.47% 0.67% -
XYZ 23.69 33.27 30.37 -
YUV 143.66 126.5 90.44 -
System Red Green Blue C M Y K H S L
Decimal 91 171 141 0.47 0 0.18 0.33 157.5 0.32 0.51
Hex 5B AB 8D 2F 0 12 21 9E 20 33
Octal 133 253 215 57 0 22 41 236 40 63
Binary 1011011 10101011 10001101 101111 0 10010 100001 10011110 100000 110011

Color Harmonies of #5BAB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAB8D

Black with #5BAB8D

Text Example


Text Example

White with #5BAB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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