#0A5547

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

Shades of Cyprus #0A5547

Tints of Cyprus #0A5547

Color information

#0A5547 (or 0x0A5547) is unknown color: approx Cyprus. HEX triplet: 0A, 55 and 47. RGB value is (10,85,71). Sum of RGB (Red+Green+Blue) = 10+85+71=166 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.02% from 166); Green value is 85 (33.59% from 255 or 51.20% from 166); Blue value is 71 (28.12% from 255 or 42.77% from 166); Max value from RGB is 85 - color contains mainly: green. Hex color #0A5547 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5547 is #F5AAB8. Grayscale: #3C3C3C. Windows color (decimal): -16100025 or 4674826. OLE color: 4674826.

HSL color Cylindrical-coordinate representation of color #0A5547: hue angle of 168.8º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5547 is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB108571-
CMYK0.8800.160.67
HSL168.8º78.95%18.63%-
HSV(B)168.8º88.24%33.33%-
XYZ4.517.027.08-
YUV60.98133.6591.64-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.02%
GREEN value IS 85 (33.59% from 255) = 51.20%
BLUE value IS 71 (28.12% from 255) = 42.77%
R=6.02%
G=51.20%
B=42.77%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1085710.8800.160.67168.878.9518.63
HexA55475801043a94f13
Octal1212510713002010325111723
Binary1010101010110001111011000010000100001110101001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A5547; }

 p { color: rgb(10,85,71); }

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

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

 a { background-color: rgb(10,85,71); }

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

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

 span { border-color: rgb(10,85,71); }

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