#095544

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

Shades of Cyprus #095544

Tints of Cyprus #095544

Color information

#095544 (or 0x095544) is unknown color: approx Cyprus. HEX triplet: 09, 55 and 44. RGB value is (9,85,68). Sum of RGB (Red+Green+Blue) = 9+85+68=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 85 (33.59% from 255 or 52.47% from 162); Blue value is 68 (26.95% from 255 or 41.98% from 162); Max value from RGB is 85 - color contains mainly: green. Hex color #095544 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095544 is #F6AABB. Grayscale: #3C3C3C. Windows color (decimal): -16165564 or 4478217. OLE color: 4478217.

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

Color convert

RGB98568-
CMYK0.8900.200.67
HSL166.58º80.85%18.43%-
HSV(B)166.58º89.41%33.33%-
XYZ4.46.976.58-
YUV60.34132.3291.38-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.56%
GREEN value IS 85 (33.59% from 255) = 52.47%
BLUE value IS 68 (26.95% from 255) = 41.98%
R=5.56%
G=52.47%
B=41.98%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal985680.8900.200.67166.5880.8518.43
Hex955445901443a75112
Octal1112510413102410324712122
Binary1001101010110001001011001010100100001110100111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095544; }

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

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

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

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

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

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

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

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