#054243

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

Shades of Cyprus #054243

Tints of Cyprus #054243

Color information

#054243 (or 0x054243) is unknown color: approx Cyprus. HEX triplet: 05, 42 and 43. RGB value is (5,66,67). Sum of RGB (Red+Green+Blue) = 5+66+67=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 66 (26.17% from 255 or 47.83% from 138); Blue value is 67 (26.56% from 255 or 48.55% from 138); Max value from RGB is 67 - color contains mainly: blue. Hex color #054243 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054243 is #FABDBC. Grayscale: #2F2F2F. Windows color (decimal): -16432573 or 4407813. OLE color: 4407813.

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

Color convert

RGB56667-
CMYK0.930.0100.74
HSL180.97º86.11%14.12%-
HSV(B)180.97º92.54%26.27%-
XYZ3.024.335.99-
YUV47.87138.7997.42-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.62%
GREEN value IS 66 (26.17% from 255) = 47.83%
BLUE value IS 67 (26.56% from 255) = 48.55%
R=3.62%
G=47.83%
B=48.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal566670.930.0100.74180.9786.1114.12
Hex542435D104Ab556e
Octal51021031351011226512616
Binary1011000010100001110111011010010101011010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054243; }

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

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

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

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

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

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

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

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