#055344

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

Shades of Cyprus #055344

Tints of Cyprus #055344

Color information

#055344 (or 0x055344) is unknown color: approx Cyprus. HEX triplet: 05, 53 and 44. RGB value is (5,83,68). Sum of RGB (Red+Green+Blue) = 5+83+68=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 83 (32.81% from 255 or 53.21% from 156); Blue value is 68 (26.95% from 255 or 43.59% from 156); Max value from RGB is 83 - color contains mainly: green. Hex color #055344 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055344 is #FAACBB. Grayscale: #393939. Windows color (decimal): -16428220 or 4477701. OLE color: 4477701.

HSL color Cylindrical-coordinate representation of color #055344: hue angle of 168.46º 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 #055344 is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB58368-
CMYK0.9400.180.67
HSL168.46º88.64%17.25%-
HSV(B)168.46º93.98%32.55%-
XYZ4.26.646.53-
YUV57.97133.6690.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.21%
GREEN value IS 83 (32.81% from 255) = 53.21%
BLUE value IS 68 (26.95% from 255) = 43.59%
R=3.21%
G=53.21%
B=43.59%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal583680.9400.180.67168.4688.6417.25
Hex553445E01243a85911
Octal512310413602210325013121
Binary101101001110001001011110010010100001110101000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055344; }

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

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

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

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

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

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

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

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