Html Css Color HEX #10585A Blue Stone

📋 copy color: '#10585A'

red 16 ◦ green 88 ◦ blue 90

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

Shades of Blue Stone #10585A

Tints of Blue Stone #10585A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 46.39%

R = 8.25%
G = 45.36%
B = 46.39%

CMYK

 C value IS 0.82

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#10585A (or 0x10585A) is known color: Blue Stone. HEX triplet: 10, 58 and 5A. RGB value is (16,88,90). Sum of RGB (Red+Green+Blue) = 16+88+90=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 88 (34.77% from 255 or 45.36% from 194); Blue value is 90 (35.55% from 255 or 46.39% from 194); Max value from RGB is 90 - color contains mainly: blue. Hex color #10585A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10585A is #EFA7A5. Grayscale: #424242. Windows color (decimal): -15706022 or 5920784. OLE color: 5920784.

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

Color convert

RGB 16 88 90 -
CMYK 0.82 0.02 0 0.65
HSL 181.62º 0.7% 0.21% -
HSV(B) 181.62º 0.82% 0.35% -
XYZ 5.55 7.83 10.89 -
YUV 66.7 141.15 91.84 -
System Red Green Blue C M Y K H S L
Decimal 16 88 90 0.82 0.02 0 0.65 181.62 0.7 0.21
Hex 10 58 5A 52 2 0 41 B6 46 15
Octal 20 130 132 122 2 0 101 266 106 25
Binary 10000 1011000 1011010 1010010 10 0 1000001 10110110 1000110 10101

Color Harmonies of #10585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10585A

Black with #10585A

Text Example


Text Example

White with #10585A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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