#054642

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

Shades of Cyprus #054642

Tints of Cyprus #054642

Color information

#054642 (or 0x054642) is unknown color: approx Cyprus. HEX triplet: 05, 46 and 42. RGB value is (5,70,66). Sum of RGB (Red+Green+Blue) = 5+70+66=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 70 (27.73% from 255 or 49.65% from 141); Blue value is 66 (26.17% from 255 or 46.81% from 141); Max value from RGB is 70 - color contains mainly: green. Hex color #054642 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054642 is #FAB9BD. Grayscale: #323232. Windows color (decimal): -16431550 or 4343301. OLE color: 4343301.

HSL color Cylindrical-coordinate representation of color #054642: hue angle of 176.31º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054642 is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB57066-
CMYK0.9300.060.73
HSL176.31º86.67%14.71%-
HSV(B)176.31º92.86%27.45%-
XYZ3.244.815.91-
YUV50.11136.9795.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.55%
GREEN value IS 70 (27.73% from 255) = 49.65%
BLUE value IS 66 (26.17% from 255) = 46.81%
R=3.55%
G=49.65%
B=46.81%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal570660.9300.060.73176.3186.6714.71
Hex546425D0649b057f
Octal51061021350611126012717
Binary101100011010000101011101011010010011011000010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054642; }

 p { color: rgb(5,70,66); }

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

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

 a { background-color: rgb(5,70,66); }

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

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

 span { border-color: rgb(5,70,66); }

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