#5BAF90

Color #5BAF90 Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #5BAF90

Tints of Keppel #5BAF90

Color information

#5BAF90 (or 0x5BAF90) is unknown color: approx Keppel. HEX triplet: 5B, AF and 90. RGB value is (91,175,144). Sum of RGB (Red+Green+Blue) = 91+175+144=410 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.20% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 144 (56.64% from 255 or 35.12% from 410); Max value from RGB is 175 - color contains mainly: green. Hex color #5BAF90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAF90 is #A4506F. Grayscale: #929292. Windows color (decimal): -10768496 or 9482075. OLE color: 9482075.

HSL color Cylindrical-coordinate representation of color #5BAF90: hue angle of 157.86º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5BAF90 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB91175144-
CMYK0.4800.180.31
HSL157.86º34.43%52.16%-
HSV(B)157.86º48%68.63%-
XYZ24.6834.931.82-
YUV146.35126.6788.52-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.20%
GREEN value IS 175 (68.75% from 255) = 42.68%
BLUE value IS 144 (56.64% from 255) = 35.12%
R=22.20%
G=42.68%
B=35.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal911751440.4800.180.31157.8634.4352.16
Hex5BAF90300121F9e2234
Octal13325722060022372364264
Binary101101110101111100100001100000100101111110011110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,175,144); }

 H1.HeaderClassName
 {
   color: #5BAF90;
 }
 .AnyTagClassName
 {
   color: #5BAF90;
 }
</style>
background-color css

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

 a { background-color: rgb(91,175,144); }

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

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

 span { border-color: rgb(91,175,144); }

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