#05463B

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

Shades of Cyprus #05463B

Tints of Cyprus #05463B

Color information

#05463B (or 0x05463B) is unknown color: approx Cyprus. HEX triplet: 05, 46 and 3B. RGB value is (5,70,59). Sum of RGB (Red+Green+Blue) = 5+70+59=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 70 (27.73% from 255 or 52.24% from 134); Blue value is 59 (23.44% from 255 or 44.03% from 134); Max value from RGB is 70 - color contains mainly: green. Hex color #05463B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05463B is #FAB9C4. Grayscale: #313131. Windows color (decimal): -16431557 or 3884549. OLE color: 3884549.

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

Color convert

RGB57059-
CMYK0.9300.160.73
HSL169.85º86.67%14.71%-
HSV(B)169.85º92.86%27.45%-
XYZ3.044.734.89-
YUV49.31133.4796.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.73%
GREEN value IS 70 (27.73% from 255) = 52.24%
BLUE value IS 59 (23.44% from 255) = 44.03%
R=3.73%
G=52.24%
B=44.03%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal570590.9300.160.73169.8586.6714.71
Hex5463B5D01049aa57f
Octal51067313502011125212717
Binary1011000110111011101110101000010010011010101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05463B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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