#10565D

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

Shades of Blue Stone #10565D

Tints of Blue Stone #10565D

Color information

#10565D (or 0x10565D) is unknown color: approx Blue Stone. HEX triplet: 10, 56 and 5D. RGB value is (16,86,93). Sum of RGB (Red+Green+Blue) = 16+86+93=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 86 (33.98% from 255 or 44.10% from 195); Blue value is 93 (36.72% from 255 or 47.69% from 195); Max value from RGB is 93 - color contains mainly: blue. Hex color #10565D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10565D is #EFA9A2. Grayscale: #414141. Windows color (decimal): -15706531 or 6116880. OLE color: 6116880.

HSL color Cylindrical-coordinate representation of color #10565D: hue angle of 185.45º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10565D is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB168693-
CMYK0.830.0800.64
HSL185.45º70.64%21.37%-
HSV(B)185.45º82.8%36.47%-
XYZ5.527.5611.52-
YUV65.87143.3192.43-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.21%
GREEN value IS 86 (33.98% from 255) = 44.10%
BLUE value IS 93 (36.72% from 255) = 47.69%
R=8.21%
G=44.10%
B=47.69%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1686930.830.0800.64185.4570.6421.37
Hex10565D538040b94715
Octal2012613512310010027110725
Binary1000010101101011101101001110000100000010111001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10565D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10565D; }

 p { color: rgb(16,86,93); }

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

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

 a { background-color: rgb(16,86,93); }

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

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

 span { border-color: rgb(16,86,93); }

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