Html Css Color HEX #5BA58F Keppel

📋 copy color: '#5BA58F'

red 91 ◦ green 165 ◦ blue 143

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

Shades of Keppel #5BA58F

Tints of Keppel #5BA58F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.35%

 BLUE value IS 143 (56.25% from 255) = 35.84%

R = 22.81%
G = 41.35%
B = 35.84%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#5BA58F (or 0x5BA58F) is known color: Keppel. HEX triplet: 5B, A5 and 8F. RGB value is (91,165,143). Sum of RGB (Red+Green+Blue) = 91+165+143=399 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.81% from 399); Green value is 165 (64.84% from 255 or 41.35% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 165 - color contains mainly: green. Hex color #5BA58F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA58F is #A45A70. Grayscale: #8C8C8C. Windows color (decimal): -10771057 or 9413979. OLE color: 9413979.

HSL color Cylindrical-coordinate representation of color #5BA58F: hue angle of 162.16º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5BA58F is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 91 165 143 -
CMYK 0.45 0 0.13 0.35
HSL 162.16º 0.29% 0.5% -
HSV(B) 162.16º 0.45% 0.65% -
XYZ 22.73 31.12 30.8 -
YUV 140.37 129.48 92.79 -
System Red Green Blue C M Y K H S L
Decimal 91 165 143 0.45 0 0.13 0.35 162.16 0.29 0.5
Hex 5B A5 8F 2D 0 D 23 A2 1D 32
Octal 133 245 217 55 0 15 43 242 35 62
Binary 1011011 10100101 10001111 101101 0 1101 100011 10100010 11101 110010

Color Harmonies of #5BA58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA58F

Black with #5BA58F

Text Example


Text Example

White with #5BA58F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,165,143); }

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

background-color css

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

 a { background-color: rgb(91,165,143); }

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

border-color css

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

 span { border-color: rgb(91,165,143); }

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