Html Css Color HEX #10595C Blue Stone

📋 copy color: '#10595C'

red 16 ◦ green 89 ◦ blue 92

#10595C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #10595C

Tints of Blue Stone #10595C

RGB

 RED value IS 16 (6.64% from 255) = 8.12%

 GREEN value IS 89 (35.16% from 255) = 45.18%

 BLUE value IS 92 (36.33% from 255) = 46.7%

R = 8.12%
G = 45.18%
B = 46.7%

CMYK

 C value IS 0.83

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#10595C (or 0x10595C) is known color: Blue Stone. HEX triplet: 10, 59 and 5C. RGB value is (16,89,92). Sum of RGB (Red+Green+Blue) = 16+89+92=197 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.12% from 197); Green value is 89 (35.16% from 255 or 45.18% from 197); Blue value is 92 (36.33% from 255 or 46.70% from 197); Max value from RGB is 92 - color contains mainly: blue. Hex color #10595C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10595C is #EFA6A3. Grayscale: #434343. Windows color (decimal): -15705764 or 6052112. OLE color: 6052112.

HSL color Cylindrical-coordinate representation of color #10595C: hue angle of 182.37º degrees, saturation: 0.7, 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 #10595C is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 16 89 92 -
CMYK 0.83 0.03 0 0.64
HSL 182.37º 0.7% 0.21% -
HSV(B) 182.37º 0.83% 0.36% -
XYZ 5.72 8.03 11.37 -
YUV 67.52 141.82 91.26 -
System Red Green Blue C M Y K H S L
Decimal 16 89 92 0.83 0.03 0 0.64 182.37 0.7 0.21
Hex 10 59 5C 53 3 0 40 B6 46 15
Octal 20 131 134 123 3 0 100 266 106 25
Binary 10000 1011001 1011100 1010011 11 0 1000000 10110110 1000110 10101

Color Harmonies of #10595C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10595C

Black with #10595C

Text Example


Text Example

White with #10595C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10595C; }

 p { color: rgb(16,89,92); }

 H1.HeaderClassName
 {
   color: #10595C;
 }
 .AnyTagClassName
 {
   color: #10595C;
 }
</style>

background-color css

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

 a { background-color: rgb(16,89,92); }

 div.DivClassName
 {
   background-color: #10595C;
 }
 .BgClassName
 {
   background-color: #10595C;
 }
</style>

border-color css

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

 span { border-color: rgb(16,89,92); }

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