Html Css Color HEX #10585B Blue Stone

📋 copy color: '#10585B'

red 16 ◦ green 88 ◦ blue 91

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

Shades of Blue Stone #10585B

Tints of Blue Stone #10585B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 45.13%

 BLUE value IS 91 (35.94% from 255) = 46.67%

R = 8.21%
G = 45.13%
B = 46.67%

CMYK

 C value IS 0.82

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#10585B (or 0x10585B) is known color: Blue Stone. HEX triplet: 10, 58 and 5B. RGB value is (16,88,91). Sum of RGB (Red+Green+Blue) = 16+88+91=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 88 (34.77% from 255 or 45.13% from 195); Blue value is 91 (35.94% from 255 or 46.67% from 195); Max value from RGB is 91 - color contains mainly: blue. Hex color #10585B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10585B is #EFA7A4. Grayscale: #424242. Windows color (decimal): -15706021 or 5986320. OLE color: 5986320.

HSL color Cylindrical-coordinate representation of color #10585B: hue angle of 182.4º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10585B is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 16 88 91 -
CMYK 0.82 0.03 0 0.64
HSL 182.4º 0.7% 0.21% -
HSV(B) 182.4º 0.82% 0.36% -
XYZ 5.59 7.84 11.12 -
YUV 66.81 141.65 91.76 -
System Red Green Blue C M Y K H S L
Decimal 16 88 91 0.82 0.03 0 0.64 182.4 0.7 0.21
Hex 10 58 5B 52 3 0 40 B6 46 15
Octal 20 130 133 122 3 0 100 266 106 25
Binary 10000 1011000 1011011 1010010 11 0 1000000 10110110 1000110 10101

Color Harmonies of #10585B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10585B

Black with #10585B

Text Example


Text Example

White with #10585B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10585B; }

 p { color: rgb(16,88,91); }

 H1.HeaderClassName
 {
   color: #10585B;
 }
 .AnyTagClassName
 {
   color: #10585B;
 }
</style>

background-color css

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

 a { background-color: rgb(16,88,91); }

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

border-color css

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

 span { border-color: rgb(16,88,91); }

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