#054244

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

Shades of Cyprus #054244

Tints of Cyprus #054244

Color information

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

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

Color convert

RGB56668-
CMYK0.930.0300.73
HSL181.9º86.3%14.31%-
HSV(B)181.9º92.65%26.67%-
XYZ3.054.356.15-
YUV47.99139.2997.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal566680.930.0300.73181.986.314.31
Hex542445D3049b656e
Octal51021041353011126612616
Binary10110000101000100101110111010010011011011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054244; }

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

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

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

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

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

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

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

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