Html Css Color HEX #155C53 Blue Stone

📋 copy color: '#155C53'

red 21 ◦ green 92 ◦ blue 83

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

Shades of Blue Stone #155C53

Tints of Blue Stone #155C53

RGB

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

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

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

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

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.10

 K value IS 0.64

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #155C53: hue angle of 172.39º 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 #155C53 is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 92 83 -
CMYK 0.77 0 0.10 0.64
HSL 172.39º 0.63% 0.22% -
HSV(B) 172.39º 0.77% 0.36% -
XYZ 5.7 8.44 9.51 -
YUV 69.75 135.48 93.23 -
System Red Green Blue C M Y K H S L
Decimal 21 92 83 0.77 0 0.10 0.64 172.39 0.63 0.22
Hex 15 5C 53 4D 0 A 40 AC 3F 16
Octal 25 134 123 115 0 12 100 254 77 26
Binary 10101 1011100 1010011 1001101 0 1010 1000000 10101100 111111 10110

Color Harmonies of #155C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155C53

Black with #155C53

Text Example


Text Example

White with #155C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155C53; }

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

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

background-color css

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

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

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

border-color css

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

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

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