Html Css Color HEX #15625A Blue Stone

📋 copy color: '#15625A'

red 21 ◦ green 98 ◦ blue 90

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

Shades of Blue Stone #15625A

Tints of Blue Stone #15625A

RGB

 RED value IS 21 (8.59% from 255) = 10.05%

 GREEN value IS 98 (38.67% from 255) = 46.89%

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

R = 10.05%
G = 46.89%
B = 43.06%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#15625A (or 0x15625A) is known color: Blue Stone. HEX triplet: 15, 62 and 5A. RGB value is (21,98,90). Sum of RGB (Red+Green+Blue) = 21+98+90=209 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.05% from 209); Green value is 98 (38.67% from 255 or 46.89% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 98 - color contains mainly: green. Hex color #15625A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15625A is #EA9DA5. Grayscale: #4A4A4A. Windows color (decimal): -15375782 or 5923349. OLE color: 5923349.

HSL color Cylindrical-coordinate representation of color #15625A: hue angle of 173.77º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #15625A is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 98 90 -
CMYK 0.79 0 0.08 0.62
HSL 173.77º 0.65% 0.23% -
HSV(B) 173.77º 0.79% 0.38% -
XYZ 6.52 9.63 11.19 -
YUV 74.07 136.99 90.15 -
System Red Green Blue C M Y K H S L
Decimal 21 98 90 0.79 0 0.08 0.62 173.77 0.65 0.23
Hex 15 62 5A 4F 0 8 3E AE 41 17
Octal 25 142 132 117 0 10 76 256 101 27
Binary 10101 1100010 1011010 1001111 0 1000 111110 10101110 1000001 10111

Color Harmonies of #15625A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15625A

Black with #15625A

Text Example


Text Example

White with #15625A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,98,90); }

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

background-color css

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

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

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

border-color css

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

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

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