#054341

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

Shades of Cyprus #054341

Tints of Cyprus #054341

Color information

#054341 (or 0x054341) is unknown color: approx Cyprus. HEX triplet: 05, 43 and 41. RGB value is (5,67,65). Sum of RGB (Red+Green+Blue) = 5+67+65=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 67 (26.56% from 255 or 48.91% from 137); Blue value is 65 (25.78% from 255 or 47.45% from 137); Max value from RGB is 67 - color contains mainly: green. Hex color #054341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054341 is #FABCBE. Grayscale: #303030. Windows color (decimal): -16432319 or 4276997. OLE color: 4276997.

HSL color Cylindrical-coordinate representation of color #054341: hue angle of 178.06º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054341 is Cyan = 0.93, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB56765-
CMYK0.9300.030.74
HSL178.06º86.11%14.12%-
HSV(B)178.06º92.54%26.27%-
XYZ3.024.435.7-
YUV48.23137.4697.16-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.65%
GREEN value IS 67 (26.56% from 255) = 48.91%
BLUE value IS 65 (25.78% from 255) = 47.45%
R=3.65%
G=48.91%
B=47.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal567650.9300.030.74178.0686.1114.12
Hex543415D034Ab256e
Octal51031011350311226212616
Binary10110000111000001101110101110010101011001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054341; }

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

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

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

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

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

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

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

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