#085448

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

Shades of Cyprus #085448

Tints of Cyprus #085448

Color information

#085448 (or 0x085448) is unknown color: approx Cyprus. HEX triplet: 08, 54 and 48. RGB value is (8,84,72). Sum of RGB (Red+Green+Blue) = 8+84+72=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 84 (33.20% from 255 or 51.22% from 164); Blue value is 72 (28.52% from 255 or 43.90% from 164); Max value from RGB is 84 - color contains mainly: green. Hex color #085448 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085448 is #F7ABB7. Grayscale: #3B3B3B. Windows color (decimal): -16231352 or 4740104. OLE color: 4740104.

HSL color Cylindrical-coordinate representation of color #085448: hue angle of 170.53º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085448 is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB88472-
CMYK0.9000.140.67
HSL170.53º82.61%18.04%-
HSV(B)170.53º90.48%32.94%-
XYZ4.446.867.22-
YUV59.91134.8290.98-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.88%
GREEN value IS 84 (33.20% from 255) = 51.22%
BLUE value IS 72 (28.52% from 255) = 43.90%
R=4.88%
G=51.22%
B=43.90%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal884720.9000.140.67170.5382.6118.04
Hex854485A0E43ab5312
Octal1012411013201610325312322
Binary100010101001001000101101001110100001110101011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085448; }

 p { color: rgb(8,84,72); }

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

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

 a { background-color: rgb(8,84,72); }

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

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

 span { border-color: rgb(8,84,72); }

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