Html Css Color HEX #155853 Blue Stone

📋 copy color: '#155853'

red 21 ◦ green 88 ◦ blue 83

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

Shades of Blue Stone #155853

Tints of Blue Stone #155853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 43.23%

R = 10.94%
G = 45.83%
B = 43.23%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#155853 (or 0x155853) is known color: Blue Stone. HEX triplet: 15, 58 and 53. RGB value is (21,88,83). Sum of RGB (Red+Green+Blue) = 21+88+83=192 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.94% from 192); Green value is 88 (34.77% from 255 or 45.83% from 192); Blue value is 83 (32.81% from 255 or 43.23% from 192); Max value from RGB is 88 - color contains mainly: green. Hex color #155853 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155853 is #EAA7AC. Grayscale: #434343. Windows color (decimal): -15378349 or 5462037. OLE color: 5462037.

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

Color convert

RGB 21 88 83 -
CMYK 0.76 0 0.06 0.65
HSL 175.52º 0.61% 0.21% -
HSV(B) 175.52º 0.76% 0.35% -
XYZ 5.36 7.76 9.4 -
YUV 67.4 136.8 94.91 -
System Red Green Blue C M Y K H S L
Decimal 21 88 83 0.76 0 0.06 0.65 175.52 0.61 0.21
Hex 15 58 53 4C 0 6 41 B0 3D 15
Octal 25 130 123 114 0 6 101 260 75 25
Binary 10101 1011000 1010011 1001100 0 110 1000001 10110000 111101 10101

Color Harmonies of #155853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155853

Black with #155853

Text Example


Text Example

White with #155853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155853; }

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

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

background-color css

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

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

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

border-color css

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

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

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