Html Css Color HEX #135554 Blue Stone

📋 copy color: '#135554'

red 19 ◦ green 85 ◦ blue 84

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

Shades of Blue Stone #135554

Tints of Blue Stone #135554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 44.68%

R = 10.11%
G = 45.21%
B = 44.68%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#135554 (or 0x135554) is known color: Blue Stone. HEX triplet: 13, 55 and 54. RGB value is (19,85,84). Sum of RGB (Red+Green+Blue) = 19+85+84=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 84 (33.20% from 255 or 44.68% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #135554 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135554 is #ECAAAB. Grayscale: #414141. Windows color (decimal): -15510188 or 5526803. OLE color: 5526803.

HSL color Cylindrical-coordinate representation of color #135554: hue angle of 179.09º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135554 is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 85 84 -
CMYK 0.78 0 0.01 0.67
HSL 179.09º 0.63% 0.2% -
HSV(B) 179.09º 0.78% 0.33% -
XYZ 5.12 7.28 9.52 -
YUV 65.15 138.63 95.08 -
System Red Green Blue C M Y K H S L
Decimal 19 85 84 0.78 0 0.01 0.67 179.09 0.63 0.2
Hex 13 55 54 4E 0 1 43 B3 3F 14
Octal 23 125 124 116 0 1 103 263 77 24
Binary 10011 1010101 1010100 1001110 0 1 1000011 10110011 111111 10100

Color Harmonies of #135554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135554

Black with #135554

Text Example


Text Example

White with #135554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135554; }

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

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

background-color css

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

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

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

border-color css

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

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

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