#084547

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

Shades of Cyprus #084547

Tints of Cyprus #084547

Color information

#084547 (or 0x084547) is unknown color: approx Cyprus. HEX triplet: 08, 45 and 47. RGB value is (8,69,71). Sum of RGB (Red+Green+Blue) = 8+69+71=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 69 (27.34% from 255 or 46.62% from 148); Blue value is 71 (28.12% from 255 or 47.97% from 148); Max value from RGB is 71 - color contains mainly: blue. Hex color #084547 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084547 is #F7BAB8. Grayscale: #323232. Windows color (decimal): -16235193 or 4670728. OLE color: 4670728.

HSL color Cylindrical-coordinate representation of color #084547: hue angle of 181.9º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084547 is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB86971-
CMYK0.890.0300.72
HSL181.9º79.75%15.49%-
HSV(B)181.9º88.73%27.84%-
XYZ3.374.766.7-
YUV50.99139.2997.34-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.41%
GREEN value IS 69 (27.34% from 255) = 46.62%
BLUE value IS 71 (28.12% from 255) = 47.97%
R=5.41%
G=46.62%
B=47.97%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal869710.890.0300.72181.979.7515.49
Hex84547593048b650f
Octal101051071313011026612017
Binary100010001011000111101100111010010001011011010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084547; }

 p { color: rgb(8,69,71); }

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

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

 a { background-color: rgb(8,69,71); }

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

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

 span { border-color: rgb(8,69,71); }

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