#54B59A

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

Shades of Keppel #54B59A

Tints of Keppel #54B59A

Color information

#54B59A (or 0x54B59A) is unknown color: approx Keppel. HEX triplet: 54, B5 and 9A. RGB value is (84,181,154). Sum of RGB (Red+Green+Blue) = 84+181+154=419 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.05% from 419); Green value is 181 (71.09% from 255 or 43.20% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 181 - color contains mainly: green. Hex color #54B59A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54B59A is #AB4A65. Grayscale: #949494. Windows color (decimal): -11225702 or 10138964. OLE color: 10138964.

HSL color Cylindrical-coordinate representation of color #54B59A: hue angle of 163.3º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54B59A is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB84181154-
CMYK0.5400.150.29
HSL163.3º39.59%51.96%-
HSV(B)163.3º53.59%70.98%-
XYZ26.0137.2736.39-
YUV148.92130.8681.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.05%
GREEN value IS 181 (71.09% from 255) = 43.20%
BLUE value IS 154 (60.55% from 255) = 36.75%
R=20.05%
G=43.20%
B=36.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal841811540.5400.150.29163.339.5951.96
Hex54B59A360F1Da32834
Octal12426523266017352435064
Binary10101001011010110011010110110011111110110100011101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54B59A; }

 p { color: rgb(84,181,154); }

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

<style>
 a { background-color: #54B59A; }

 a { background-color: rgb(84,181,154); }

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

<style>
 span { border-color: #54B59A; }

 span { border-color: rgb(84,181,154); }

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