Html Css Color HEX #155653 Blue Stone

📋 copy color: '#155653'

red 21 ◦ green 86 ◦ blue 83

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

Shades of Blue Stone #155653

Tints of Blue Stone #155653

RGB

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

 GREEN value IS 86 (33.98% from 255) = 45.26%

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

R = 11.05%
G = 45.26%
B = 43.68%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#155653 (or 0x155653) is known color: Blue Stone. HEX triplet: 15, 56 and 53. RGB value is (21,86,83). Sum of RGB (Red+Green+Blue) = 21+86+83=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 86 (33.98% from 255 or 45.26% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 86 - color contains mainly: green. Hex color #155653 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155653 is #EAA9AC. Grayscale: #424242. Windows color (decimal): -15378861 or 5461525. OLE color: 5461525.

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

Color convert

RGB 21 86 83 -
CMYK 0.76 0 0.03 0.66
HSL 177.23º 0.61% 0.21% -
HSV(B) 177.23º 0.76% 0.34% -
XYZ 5.2 7.44 9.35 -
YUV 66.22 137.47 95.74 -
System Red Green Blue C M Y K H S L
Decimal 21 86 83 0.76 0 0.03 0.66 177.23 0.61 0.21
Hex 15 56 53 4C 0 3 42 B1 3D 15
Octal 25 126 123 114 0 3 102 261 75 25
Binary 10101 1010110 1010011 1001100 0 11 1000010 10110001 111101 10101

Color Harmonies of #155653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155653

Black with #155653

Text Example


Text Example

White with #155653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155653; }

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

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

background-color css

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

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

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

border-color css

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

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

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