#05534A

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

Shades of Cyprus #05534A

Tints of Cyprus #05534A

Color information

#05534A (or 0x05534A) is unknown color: approx Cyprus. HEX triplet: 05, 53 and 4A. RGB value is (5,83,74). Sum of RGB (Red+Green+Blue) = 5+83+74=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 83 (32.81% from 255 or 51.23% from 162); Blue value is 74 (29.30% from 255 or 45.68% from 162); Max value from RGB is 83 - color contains mainly: green. Hex color #05534A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05534A is #FAACB5. Grayscale: #3A3A3A. Windows color (decimal): -16428214 or 4870917. OLE color: 4870917.

HSL color Cylindrical-coordinate representation of color #05534A: hue angle of 173.08º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05534A is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB58374-
CMYK0.9400.110.67
HSL173.08º88.64%17.25%-
HSV(B)173.08º93.98%32.55%-
XYZ4.396.717.54-
YUV58.65136.6689.73-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.09%
GREEN value IS 83 (32.81% from 255) = 51.23%
BLUE value IS 74 (29.30% from 255) = 45.68%
R=3.09%
G=51.23%
B=45.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal583740.9400.110.67173.0888.6417.25
Hex5534A5E0B43ad5911
Octal512311213601310325513121
Binary10110100111001010101111001011100001110101101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05534A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05534A; }

 p { color: rgb(5,83,74); }

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

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

 a { background-color: rgb(5,83,74); }

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

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

 span { border-color: rgb(5,83,74); }

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