Html Css Color HEX #155758 Blue Stone

📋 copy color: '#155758'

red 21 ◦ green 87 ◦ blue 88

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

Shades of Blue Stone #155758

Tints of Blue Stone #155758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 44.9%

R = 10.71%
G = 44.39%
B = 44.9%

CMYK

 C value IS 0.76

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#155758 (or 0x155758) is known color: Blue Stone. HEX triplet: 15, 57 and 58. RGB value is (21,87,88). Sum of RGB (Red+Green+Blue) = 21+87+88=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 87 (34.38% from 255 or 44.39% from 196); Blue value is 88 (34.77% from 255 or 44.90% from 196); Max value from RGB is 88 - color contains mainly: blue. Hex color #155758 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155758 is #EAA8A7. Grayscale: #434343. Windows color (decimal): -15378600 or 5789461. OLE color: 5789461.

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

Color convert

RGB 21 87 88 -
CMYK 0.76 0.01 0 0.65
HSL 180.9º 0.61% 0.21% -
HSV(B) 180.9º 0.76% 0.35% -
XYZ 5.48 7.68 10.43 -
YUV 67.38 139.63 94.92 -
System Red Green Blue C M Y K H S L
Decimal 21 87 88 0.76 0.01 0 0.65 180.9 0.61 0.21
Hex 15 57 58 4C 1 0 41 B5 3D 15
Octal 25 127 130 114 1 0 101 265 75 25
Binary 10101 1010111 1011000 1001100 1 0 1000001 10110101 111101 10101

Color Harmonies of #155758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155758

Black with #155758

Text Example


Text Example

White with #155758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155758; }

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

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

background-color css

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

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

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

border-color css

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

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

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