Html Css Color HEX #155761 Blue Stone

📋 copy color: '#155761'

red 21 ◦ green 87 ◦ blue 97

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

Shades of Blue Stone #155761

Tints of Blue Stone #155761

RGB

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

 GREEN value IS 87 (34.38% from 255) = 42.44%

 BLUE value IS 97 (38.28% from 255) = 47.32%

R = 10.24%
G = 42.44%
B = 47.32%

CMYK

 C value IS 0.78

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#155761 (or 0x155761) is known color: Blue Stone. HEX triplet: 15, 57 and 61. RGB value is (21,87,97). Sum of RGB (Red+Green+Blue) = 21+87+97=205 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.24% from 205); Green value is 87 (34.38% from 255 or 42.44% from 205); Blue value is 97 (38.28% from 255 or 47.32% from 205); Max value from RGB is 97 - color contains mainly: blue. Hex color #155761 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155761 is #EAA89E. Grayscale: #444444. Windows color (decimal): -15378591 or 6379285. OLE color: 6379285.

HSL color Cylindrical-coordinate representation of color #155761: hue angle of 187.89º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #155761 is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 87 97 -
CMYK 0.78 0.10 0 0.62
HSL 187.89º 0.64% 0.23% -
HSV(B) 187.89º 0.78% 0.38% -
XYZ 5.88 7.84 12.51 -
YUV 68.41 144.13 94.19 -
System Red Green Blue C M Y K H S L
Decimal 21 87 97 0.78 0.10 0 0.62 187.89 0.64 0.23
Hex 15 57 61 4E A 0 3E BC 40 17
Octal 25 127 141 116 12 0 76 274 100 27
Binary 10101 1010111 1100001 1001110 1010 0 111110 10111100 1000000 10111

Color Harmonies of #155761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155761

Black with #155761

Text Example


Text Example

White with #155761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155761; }

 p { color: rgb(21,87,97); }

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

background-color css

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

 a { background-color: rgb(21,87,97); }

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

border-color css

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

 span { border-color: rgb(21,87,97); }

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