Html Css Color HEX #15535C Blue Stone

📋 copy color: '#15535C'

red 21 ◦ green 83 ◦ blue 92

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

Shades of Blue Stone #15535C

Tints of Blue Stone #15535C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 42.35%

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

R = 10.71%
G = 42.35%
B = 46.94%

CMYK

 C value IS 0.77

 M value IS 0.10

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#15535C (or 0x15535C) is known color: Blue Stone. HEX triplet: 15, 53 and 5C. RGB value is (21,83,92). Sum of RGB (Red+Green+Blue) = 21+83+92=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 92 - color contains mainly: blue. Hex color #15535C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15535C is #EAACA3. Grayscale: #414141. Windows color (decimal): -15379620 or 6050581. OLE color: 6050581.

HSL color Cylindrical-coordinate representation of color #15535C: hue angle of 187.61º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15535C is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 83 92 -
CMYK 0.77 0.10 0 0.64
HSL 187.61º 0.63% 0.22% -
HSV(B) 187.61º 0.77% 0.36% -
XYZ 5.33 7.12 11.22 -
YUV 65.49 142.96 96.27 -
System Red Green Blue C M Y K H S L
Decimal 21 83 92 0.77 0.10 0 0.64 187.61 0.63 0.22
Hex 15 53 5C 4D A 0 40 BC 3F 16
Octal 25 123 134 115 12 0 100 274 77 26
Binary 10101 1010011 1011100 1001101 1010 0 1000000 10111100 111111 10110

Color Harmonies of #15535C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15535C

Black with #15535C

Text Example


Text Example

White with #15535C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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