#085144

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

Shades of Cyprus #085144

Tints of Cyprus #085144

Color information

#085144 (or 0x085144) is unknown color: approx Cyprus. HEX triplet: 08, 51 and 44. RGB value is (8,81,68). Sum of RGB (Red+Green+Blue) = 8+81+68=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 81 (32.03% from 255 or 51.59% from 157); Blue value is 68 (26.95% from 255 or 43.31% from 157); Max value from RGB is 81 - color contains mainly: green. Hex color #085144 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085144 is #F7AEBB. Grayscale: #393939. Windows color (decimal): -16232124 or 4477192. OLE color: 4477192.

HSL color Cylindrical-coordinate representation of color #085144: hue angle of 169.32º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085144 is Cyan = 0.90, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB88168-
CMYK0.9000.160.68
HSL169.32º82.02%17.45%-
HSV(B)169.32º90.12%31.76%-
XYZ4.096.356.48-
YUV57.69133.8292.56-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.10%
GREEN value IS 81 (32.03% from 255) = 51.59%
BLUE value IS 68 (26.95% from 255) = 43.31%
R=5.10%
G=51.59%
B=43.31%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal881680.9000.160.68169.3282.0217.45
Hex851445A01044a95211
Octal1012110413202010425112221
Binary1000101000110001001011010010000100010010101001101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085144; }

 p { color: rgb(8,81,68); }

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

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

 a { background-color: rgb(8,81,68); }

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

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

 span { border-color: rgb(8,81,68); }

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