#005543

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

Shades of Cyprus #005543

Tints of Cyprus #005543

Color information

#005543 (or 0x005543) is unknown color: approx Cyprus. HEX triplet: 00, 55 and 43. RGB value is (0,85,67). Sum of RGB (Red+Green+Blue) = 0+85+67=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 85 (33.59% from 255 or 55.92% from 152); Blue value is 67 (26.56% from 255 or 44.08% from 152); Max value from RGB is 85 - color contains mainly: green. Hex color #005543 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005543 is #FFAABC. Grayscale: #393939. Windows color (decimal): -16755389 or 4412672. OLE color: 4412672.

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

Color convert

RGB08567-
CMYK100.210.67
HSL167.29º100%16.67%-
HSV(B)167.29º100%33.33%-
XYZ4.266.96.42-
YUV57.53133.3486.96-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 85 (33.59% from 255) = 55.92%
BLUE value IS 67 (26.56% from 255) = 44.08%
R=0%
G=55.92%
B=44.08%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal08567100.210.67167.2910016.67
Hex055436401543a76411
Octal012510314402510324714421
Binary0101010110000111100100010101100001110100111110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005543; }

 p { color: rgb(0,85,67); }

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

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

 a { background-color: rgb(0,85,67); }

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

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

 span { border-color: rgb(0,85,67); }

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