Html Css Color HEX #115A5A Blue Stone

📋 copy color: '#115A5A'

red 17 ◦ green 90 ◦ blue 90

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

Shades of Blue Stone #115A5A

Tints of Blue Stone #115A5A

RGB

 RED value IS 17 (7.03% from 255) = 8.63%

 GREEN value IS 90 (35.55% from 255) = 45.69%

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

R = 8.63%
G = 45.69%
B = 45.69%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#115A5A (or 0x115A5A) is known color: Blue Stone. HEX triplet: 11, 5A and 5A. RGB value is (17,90,90). Sum of RGB (Red+Green+Blue) = 17+90+90=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 90 (35.55% from 255 or 45.69% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: green, blue. Hex color #115A5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115A5A is #EEA5A5. Grayscale: #444444. Windows color (decimal): -15639974 or 5921297. OLE color: 5921297.

HSL color Cylindrical-coordinate representation of color #115A5A: hue angle of 180º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115A5A is Cyan = 0.81, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 90 90 -
CMYK 0.81 0 0 0.65
HSL 180º 0.68% 0.21% -
HSV(B) 180º 0.81% 0.35% -
XYZ 5.73 8.17 10.95 -
YUV 68.17 140.32 91.5 -
System Red Green Blue C M Y K H S L
Decimal 17 90 90 0.81 0 0 0.65 180 0.68 0.21
Hex 11 5A 5A 51 0 0 41 B4 44 15
Octal 21 132 132 121 0 0 101 264 104 25
Binary 10001 1011010 1011010 1010001 0 0 1000001 10110100 1000100 10101

Color Harmonies of #115A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115A5A

Black with #115A5A

Text Example


Text Example

White with #115A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115A5A; }

 p { color: rgb(17,90,90); }

 H1.HeaderClassName
 {
   color: #115A5A;
 }
 .AnyTagClassName
 {
   color: #115A5A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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