#05443E

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

Shades of Cyprus #05443E

Tints of Cyprus #05443E

Color information

#05443E (or 0x05443E) is unknown color: approx Cyprus. HEX triplet: 05, 44 and 3E. RGB value is (5,68,62). Sum of RGB (Red+Green+Blue) = 5+68+62=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 68 (26.95% from 255 or 50.37% from 135); Blue value is 62 (24.61% from 255 or 45.93% from 135); Max value from RGB is 68 - color contains mainly: green. Hex color #05443E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05443E is #FABBC1. Grayscale: #303030. Windows color (decimal): -16432066 or 4080645. OLE color: 4080645.

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

Color convert

RGB56862-
CMYK0.9300.090.73
HSL174.29º86.3%14.31%-
HSV(B)174.29º92.65%26.67%-
XYZ34.515.27-
YUV48.48135.6396.99-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.70%
GREEN value IS 68 (26.95% from 255) = 50.37%
BLUE value IS 62 (24.61% from 255) = 45.93%
R=3.70%
G=50.37%
B=45.93%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal568620.9300.090.73174.2986.314.31
Hex5443E5D0949ae56e
Octal51047613501111125612616
Binary101100010011111010111010100110010011010111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05443E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05443E; }

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

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

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

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

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

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

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

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