#095543

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

Shades of Cyprus #095543

Tints of Cyprus #095543

Color information

#095543 (or 0x095543) is unknown color: approx Cyprus. HEX triplet: 09, 55 and 43. RGB value is (9,85,67). Sum of RGB (Red+Green+Blue) = 9+85+67=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 85 (33.59% from 255 or 52.80% from 161); Blue value is 67 (26.56% from 255 or 41.61% from 161); Max value from RGB is 85 - color contains mainly: green. Hex color #095543 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095543 is #F6AABC. Grayscale: #3C3C3C. Windows color (decimal): -16165565 or 4412681. OLE color: 4412681.

HSL color Cylindrical-coordinate representation of color #095543: hue angle of 165.79º 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 #095543 is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB98567-
CMYK0.8900.210.67
HSL165.79º80.85%18.43%-
HSV(B)165.79º89.41%33.33%-
XYZ4.376.966.42-
YUV60.22131.8291.46-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.59%
GREEN value IS 85 (33.59% from 255) = 52.80%
BLUE value IS 67 (26.56% from 255) = 41.61%
R=5.59%
G=52.80%
B=41.61%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal985670.8900.210.67165.7980.8518.43
Hex955435901543a65112
Octal1112510313102510324612122
Binary1001101010110000111011001010101100001110100110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095543; }

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

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

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

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

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

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

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

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