#054442

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

Shades of Cyprus #054442

Tints of Cyprus #054442

Color information

#054442 (or 0x054442) is unknown color: approx Cyprus. HEX triplet: 05, 44 and 42. RGB value is (5,68,66). Sum of RGB (Red+Green+Blue) = 5+68+66=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 68 (26.95% from 255 or 48.92% from 139); Blue value is 66 (26.17% from 255 or 47.48% from 139); Max value from RGB is 68 - color contains mainly: green. Hex color #054442 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054442 is #FABBBD. Grayscale: #303030. Windows color (decimal): -16432062 or 4342789. OLE color: 4342789.

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

Color convert

RGB56866-
CMYK0.9300.030.73
HSL178.1º86.3%14.31%-
HSV(B)178.1º92.65%26.67%-
XYZ3.114.565.87-
YUV48.93137.6396.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.60%
GREEN value IS 68 (26.95% from 255) = 48.92%
BLUE value IS 66 (26.17% from 255) = 47.48%
R=3.60%
G=48.92%
B=47.48%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal568660.9300.030.73178.186.314.31
Hex544425D0349b256e
Octal51041021350311126212616
Binary10110001001000010101110101110010011011001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054442; }

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

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

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

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

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

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

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

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