#054344

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

Shades of Cyprus #054344

Tints of Cyprus #054344

Color information

#054344 (or 0x054344) is unknown color: approx Cyprus. HEX triplet: 05, 43 and 44. RGB value is (5,67,68). Sum of RGB (Red+Green+Blue) = 5+67+68=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 67 (26.56% from 255 or 47.86% from 140); Blue value is 68 (26.95% from 255 or 48.57% from 140); Max value from RGB is 68 - color contains mainly: blue. Hex color #054344 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054344 is #FABCBB. Grayscale: #303030. Windows color (decimal): -16432316 or 4473605. OLE color: 4473605.

HSL color Cylindrical-coordinate representation of color #054344: hue angle of 180.95º 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 #054344 is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB56768-
CMYK0.930.0100.73
HSL180.95º86.3%14.31%-
HSV(B)180.95º92.65%26.67%-
XYZ3.114.466.17-
YUV48.58138.9696.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.57%
GREEN value IS 67 (26.56% from 255) = 47.86%
BLUE value IS 68 (26.95% from 255) = 48.57%
R=3.57%
G=47.86%
B=48.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal567680.930.0100.73180.9586.314.31
Hex543445D1049b556e
Octal51031041351011126512616
Binary1011000011100010010111011010010011011010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054344; }

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

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

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

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

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

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

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

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