#05463F

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

Shades of Cyprus #05463F

Tints of Cyprus #05463F

Color information

#05463F (or 0x05463F) is unknown color: approx Cyprus. HEX triplet: 05, 46 and 3F. RGB value is (5,70,63). Sum of RGB (Red+Green+Blue) = 5+70+63=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 70 (27.73% from 255 or 50.72% from 138); Blue value is 63 (25% from 255 or 45.65% from 138); Max value from RGB is 70 - color contains mainly: green. Hex color #05463F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05463F is #FAB9C0. Grayscale: #313131. Windows color (decimal): -16431553 or 4146693. OLE color: 4146693.

HSL color Cylindrical-coordinate representation of color #05463F: hue angle of 173.54º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05463F is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB57063-
CMYK0.9300.100.73
HSL173.54º86.67%14.71%-
HSV(B)173.54º92.86%27.45%-
XYZ3.154.775.46-
YUV49.77135.4796.07-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.62%
GREEN value IS 70 (27.73% from 255) = 50.72%
BLUE value IS 63 (25% from 255) = 45.65%
R=3.62%
G=50.72%
B=45.65%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal570630.9300.100.73173.5486.6714.71
Hex5463F5D0A49ae57f
Octal51067713501211125612717
Binary101100011011111110111010101010010011010111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05463F; }

 p { color: rgb(5,70,63); }

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

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

 a { background-color: rgb(5,70,63); }

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

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

 span { border-color: rgb(5,70,63); }

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