#5ba494

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

Shades of Keppel #5BA494

Tints of Keppel #5BA494

Color information

#5BA494 (or 0x5BA494) is unknown color: approx Keppel. HEX triplet: 5B, A4 and 94. RGB value is (91,164,148). Sum of RGB (Red+Green+Blue) = 91+164+148=403 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.58% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 164 - color contains mainly: green. Hex color #5BA494 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA494 is #A45B6B. Grayscale: #8C8C8C. Windows color (decimal): -10771308 or 9741403. OLE color: 9741403.

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

Color convert

RGB91164148-
CMYK0.4500.100.36
HSL166.85º28.63%50%-
HSV(B)166.85º44.51%64.31%-
XYZ22.9430.9132.78-
YUV140.35132.3292.8-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.58%
GREEN value IS 164 (64.45% from 255) = 40.69%
BLUE value IS 148 (58.20% from 255) = 36.72%
R=22.58%
G=40.69%
B=36.72%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal911641480.4500.100.36166.8528.6350
Hex5BA4942D0A24a71d32
Octal13324422455012442473562
Binary10110111010010010010100101101010101001001010011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ba494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,164,148); }

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

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

 a { background-color: rgb(91,164,148); }

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

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

 span { border-color: rgb(91,164,148); }

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