#095549

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

Shades of Cyprus #095549

Tints of Cyprus #095549

Color information

#095549 (or 0x095549) is unknown color: approx Cyprus. HEX triplet: 09, 55 and 49. RGB value is (9,85,73). Sum of RGB (Red+Green+Blue) = 9+85+73=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 85 (33.59% from 255 or 50.90% from 167); Blue value is 73 (28.91% from 255 or 43.71% from 167); Max value from RGB is 85 - color contains mainly: green. Hex color #095549 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095549 is #F6AAB6. Grayscale: #3C3C3C. Windows color (decimal): -16165559 or 4805897. OLE color: 4805897.

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

Color convert

RGB98573-
CMYK0.8900.140.67
HSL170.53º80.85%18.43%-
HSV(B)170.53º89.41%33.33%-
XYZ4.567.047.42-
YUV60.91134.8290.98-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.39%
GREEN value IS 85 (33.59% from 255) = 50.90%
BLUE value IS 73 (28.91% from 255) = 43.71%
R=5.39%
G=50.90%
B=43.71%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal985730.8900.140.67170.5380.8518.43
Hex95549590E43ab5112
Octal1112511113101610325312122
Binary100110101011001001101100101110100001110101011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095549; }

 p { color: rgb(9,85,73); }

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

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

 a { background-color: rgb(9,85,73); }

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

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

 span { border-color: rgb(9,85,73); }

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