#055243

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

Shades of Cyprus #055243

Tints of Cyprus #055243

Color information

#055243 (or 0x055243) is unknown color: approx Cyprus. HEX triplet: 05, 52 and 43. RGB value is (5,82,67). Sum of RGB (Red+Green+Blue) = 5+82+67=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 82 (32.42% from 255 or 53.25% from 154); Blue value is 67 (26.56% from 255 or 43.51% from 154); Max value from RGB is 82 - color contains mainly: green. Hex color #055243 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055243 is #FAADBC. Grayscale: #393939. Windows color (decimal): -16428477 or 4411909. OLE color: 4411909.

HSL color Cylindrical-coordinate representation of color #055243: hue angle of 168.31º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055243 is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.68.

Color convert

RGB58267-
CMYK0.9400.180.68
HSL168.31º88.51%17.06%-
HSV(B)168.31º93.9%32.16%-
XYZ4.096.476.34-
YUV57.27133.4990.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.25%
GREEN value IS 82 (32.42% from 255) = 53.25%
BLUE value IS 67 (26.56% from 255) = 43.51%
R=3.25%
G=53.25%
B=43.51%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal582670.9400.180.68168.3188.5117.06
Hex552435E01244a85911
Octal512210313602210425013121
Binary101101001010000111011110010010100010010101000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055243; }

 p { color: rgb(5,82,67); }

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

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

 a { background-color: rgb(5,82,67); }

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

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

 span { border-color: rgb(5,82,67); }

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