#096565

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

Shades of Blue Stone #096565

Tints of Blue Stone #096565

Color information

#096565 (or 0x096565) is unknown color: approx Blue Stone. HEX triplet: 09, 65 and 65. RGB value is (9,101,101). Sum of RGB (Red+Green+Blue) = 9+101+101=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 101 (39.84% from 255 or 47.87% from 211); Blue value is 101 (39.84% from 255 or 47.87% from 211); Max value from RGB is 101 - color contains mainly: green, blue. Hex color #096565 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096565 is #F69A9A. Grayscale: #494949. Windows color (decimal): -16161435 or 6645001. OLE color: 6645001.

HSL color Cylindrical-coordinate representation of color #096565: hue angle of 180º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096565 is Cyan = 0.91, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9101101-
CMYK0.91000.60
HSL180º83.64%21.57%-
HSV(B)180º91.09%39.61%-
XYZ7.1210.3113.93-
YUV73.49143.5282-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.27%
GREEN value IS 101 (39.84% from 255) = 47.87%
BLUE value IS 101 (39.84% from 255) = 47.87%
R=4.27%
G=47.87%
B=47.87%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal91011010.91000.6018083.6421.57
Hex965655B003Cb45416
Octal11145145133007426412426
Binary10011100101110010110110110011110010110100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096565; }

 p { color: rgb(9,101,101); }

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

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

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

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

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

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

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