Html Css Color HEX #135557 Blue Stone

📋 copy color: '#135557'

red 19 ◦ green 85 ◦ blue 87

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

Shades of Blue Stone #135557

Tints of Blue Stone #135557

RGB

 RED value IS 19 (7.81% from 255) = 9.95%

 GREEN value IS 85 (33.59% from 255) = 44.5%

 BLUE value IS 87 (34.38% from 255) = 45.55%

R = 9.95%
G = 44.5%
B = 45.55%

CMYK

 C value IS 0.78

 M value IS 0.02

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#135557 (or 0x135557) is known color: Blue Stone. HEX triplet: 13, 55 and 57. RGB value is (19,85,87). Sum of RGB (Red+Green+Blue) = 19+85+87=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 87 (34.38% from 255 or 45.55% from 191); Max value from RGB is 87 - color contains mainly: blue. Hex color #135557 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135557 is #ECAAA8. Grayscale: #414141. Windows color (decimal): -15510185 or 5723411. OLE color: 5723411.

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

Color convert

RGB 19 85 87 -
CMYK 0.78 0.02 0 0.66
HSL 181.76º 0.64% 0.21% -
HSV(B) 181.76º 0.78% 0.34% -
XYZ 5.24 7.32 10.15 -
YUV 65.49 140.13 94.84 -
System Red Green Blue C M Y K H S L
Decimal 19 85 87 0.78 0.02 0 0.66 181.76 0.64 0.21
Hex 13 55 57 4E 2 0 42 B6 40 15
Octal 23 125 127 116 2 0 102 266 100 25
Binary 10011 1010101 1010111 1001110 10 0 1000010 10110110 1000000 10101

Color Harmonies of #135557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135557

Black with #135557

Text Example


Text Example

White with #135557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135557; }

 p { color: rgb(19,85,87); }

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

background-color css

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

 a { background-color: rgb(19,85,87); }

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

border-color css

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

 span { border-color: rgb(19,85,87); }

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