Html Css Color HEX #155356 Blue Stone

📋 copy color: '#155356'

red 21 ◦ green 83 ◦ blue 86

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

Shades of Blue Stone #155356

Tints of Blue Stone #155356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 45.26%

R = 11.05%
G = 43.68%
B = 45.26%

CMYK

 C value IS 0.76

 M value IS 0.03

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#155356 (or 0x155356) is known color: Blue Stone. HEX triplet: 15, 53 and 56. RGB value is (21,83,86). Sum of RGB (Red+Green+Blue) = 21+83+86=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 86 (33.98% from 255 or 45.26% from 190); Max value from RGB is 86 - color contains mainly: blue. Hex color #155356 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155356 is #EAACA9. Grayscale: #404040. Windows color (decimal): -15379626 or 5657365. OLE color: 5657365.

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

Color convert

RGB 21 83 86 -
CMYK 0.76 0.03 0 0.66
HSL 182.77º 0.61% 0.21% -
HSV(B) 182.77º 0.76% 0.34% -
XYZ 5.08 7.02 9.89 -
YUV 64.8 139.96 96.76 -
System Red Green Blue C M Y K H S L
Decimal 21 83 86 0.76 0.03 0 0.66 182.77 0.61 0.21
Hex 15 53 56 4C 3 0 42 B7 3D 15
Octal 25 123 126 114 3 0 102 267 75 25
Binary 10101 1010011 1010110 1001100 11 0 1000010 10110111 111101 10101

Color Harmonies of #155356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155356

Black with #155356

Text Example


Text Example

White with #155356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155356; }

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

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

background-color css

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

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

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

border-color css

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

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

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