Html Css Color HEX #15635C Blue Stone

📋 copy color: '#15635C'

red 21 ◦ green 99 ◦ blue 92

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

Shades of Blue Stone #15635C

Tints of Blue Stone #15635C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 46.7%

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

R = 9.91%
G = 46.7%
B = 43.4%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#15635C (or 0x15635C) is known color: Blue Stone. HEX triplet: 15, 63 and 5C. RGB value is (21,99,92). Sum of RGB (Red+Green+Blue) = 21+99+92=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 99 (39.06% from 255 or 46.70% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 99 - color contains mainly: green. Hex color #15635C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15635C is #EA9CA3. Grayscale: #4A4A4A. Windows color (decimal): -15375524 or 6054677. OLE color: 6054677.

HSL color Cylindrical-coordinate representation of color #15635C: hue angle of 174.62º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #15635C is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB 21 99 92 -
CMYK 0.79 0 0.07 0.61
HSL 174.62º 0.65% 0.24% -
HSV(B) 174.62º 0.79% 0.39% -
XYZ 6.7 9.86 11.67 -
YUV 74.88 137.66 89.57 -
System Red Green Blue C M Y K H S L
Decimal 21 99 92 0.79 0 0.07 0.61 174.62 0.65 0.24
Hex 15 63 5C 4F 0 7 3D AF 41 18
Octal 25 143 134 117 0 7 75 257 101 30
Binary 10101 1100011 1011100 1001111 0 111 111101 10101111 1000001 11000

Color Harmonies of #15635C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15635C

Black with #15635C

Text Example


Text Example

White with #15635C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,99,92); }

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

background-color css

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

 a { background-color: rgb(21,99,92); }

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

border-color css

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

 span { border-color: rgb(21,99,92); }

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