Html Css Color HEX #155553 Blue Stone

📋 copy color: '#155553'

red 21 ◦ green 85 ◦ blue 83

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

Shades of Blue Stone #155553

Tints of Blue Stone #155553

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.97%

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

R = 11.11%
G = 44.97%
B = 43.92%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#155553 (or 0x155553) is known color: Blue Stone. HEX triplet: 15, 55 and 53. RGB value is (21,85,83). Sum of RGB (Red+Green+Blue) = 21+85+83=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 85 - color contains mainly: green. Hex color #155553 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155553 is #EAAAAC. Grayscale: #414141. Windows color (decimal): -15379117 or 5461269. OLE color: 5461269.

HSL color Cylindrical-coordinate representation of color #155553: hue angle of 178.12º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #155553 is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 85 83 -
CMYK 0.75 0 0.02 0.67
HSL 178.13º 0.6% 0.21% -
HSV(B) 178.13º 0.75% 0.33% -
XYZ 5.12 7.28 9.32 -
YUV 65.64 137.8 96.16 -
System Red Green Blue C M Y K H S L
Decimal 21 85 83 0.75 0 0.02 0.67 178.13 0.6 0.21
Hex 15 55 53 4B 0 2 43 B2 3C 15
Octal 25 125 123 113 0 2 103 262 74 25
Binary 10101 1010101 1010011 1001011 0 10 1000011 10110010 111100 10101

Color Harmonies of #155553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155553

Black with #155553

Text Example


Text Example

White with #155553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155553; }

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

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

background-color css

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

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

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

border-color css

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

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

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