Html Css Color HEX #155953 Blue Stone

📋 copy color: '#155953'

red 21 ◦ green 89 ◦ blue 83

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

Shades of Blue Stone #155953

Tints of Blue Stone #155953

RGB

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

 GREEN value IS 89 (35.16% from 255) = 46.11%

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

R = 10.88%
G = 46.11%
B = 43.01%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#155953 (or 0x155953) is known color: Blue Stone. HEX triplet: 15, 59 and 53. RGB value is (21,89,83). Sum of RGB (Red+Green+Blue) = 21+89+83=193 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.88% from 193); Green value is 89 (35.16% from 255 or 46.11% from 193); Blue value is 83 (32.81% from 255 or 43.01% from 193); Max value from RGB is 89 - color contains mainly: green. Hex color #155953 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155953 is #EAA6AC. Grayscale: #434343. Windows color (decimal): -15378093 or 5462293. OLE color: 5462293.

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

Color convert

RGB 21 89 83 -
CMYK 0.76 0 0.07 0.65
HSL 174.71º 0.62% 0.22% -
HSV(B) 174.71º 0.76% 0.35% -
XYZ 5.44 7.93 9.43 -
YUV 67.98 136.47 94.49 -
System Red Green Blue C M Y K H S L
Decimal 21 89 83 0.76 0 0.07 0.65 174.71 0.62 0.22
Hex 15 59 53 4C 0 7 41 AF 3E 16
Octal 25 131 123 114 0 7 101 257 76 26
Binary 10101 1011001 1010011 1001100 0 111 1000001 10101111 111110 10110

Color Harmonies of #155953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155953

Black with #155953

Text Example


Text Example

White with #155953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155953; }

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

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

background-color css

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

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

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

border-color css

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

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

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