Html Css Color HEX #155359 Blue Stone

📋 copy color: '#155359'

red 21 ◦ green 83 ◦ blue 89

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

Shades of Blue Stone #155359

Tints of Blue Stone #155359

RGB

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

 GREEN value IS 83 (32.81% from 255) = 43.01%

 BLUE value IS 89 (35.16% from 255) = 46.11%

R = 10.88%
G = 43.01%
B = 46.11%

CMYK

 C value IS 0.76

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#155359 (or 0x155359) is known color: Blue Stone. HEX triplet: 15, 53 and 59. RGB value is (21,83,89). Sum of RGB (Red+Green+Blue) = 21+83+89=193 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.88% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 89 - color contains mainly: blue. Hex color #155359 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155359 is #EAACA6. Grayscale: #414141. Windows color (decimal): -15379623 or 5853973. OLE color: 5853973.

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

Color convert

RGB 21 83 89 -
CMYK 0.76 0.07 0 0.65
HSL 185.29º 0.62% 0.22% -
HSV(B) 185.29º 0.76% 0.35% -
XYZ 5.21 7.07 10.54 -
YUV 65.15 141.46 96.51 -
System Red Green Blue C M Y K H S L
Decimal 21 83 89 0.76 0.07 0 0.65 185.29 0.62 0.22
Hex 15 53 59 4C 7 0 41 B9 3E 16
Octal 25 123 131 114 7 0 101 271 76 26
Binary 10101 1010011 1011001 1001100 111 0 1000001 10111001 111110 10110

Color Harmonies of #155359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155359

Black with #155359

Text Example


Text Example

White with #155359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155359; }

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

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

background-color css

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

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

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

border-color css

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

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

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