#135E54

Color #135E54 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #135E54

Tints of Blue Stone #135E54

Color information

#135E54 (or 0x135E54) is unknown color: approx Blue Stone. HEX triplet: 13, 5E and 54. RGB value is (19,94,84). Sum of RGB (Red+Green+Blue) = 19+94+84=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 94 (37.11% from 255 or 47.72% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 94 - color contains mainly: green. Hex color #135E54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135E54 is #ECA1AB. Grayscale: #464646. Windows color (decimal): -15507884 or 5529107. OLE color: 5529107.

HSL color Cylindrical-coordinate representation of color #135E54: hue angle of 172º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135E54 is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.63.

Color convert

RGB199484-
CMYK0.8000.110.63
HSL172º66.37%22.16%-
HSV(B)172º79.79%36.86%-
XYZ5.878.789.77-
YUV70.44135.6591.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.64%
GREEN value IS 94 (37.11% from 255) = 47.72%
BLUE value IS 84 (33.20% from 255) = 42.64%
R=9.64%
G=47.72%
B=42.64%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1994840.8000.110.6317266.3722.16
Hex135E54500B3Fac4216
Octal231361241200137725410226
Binary100111011110101010010100000101111111110101100100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135E54; }

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

 H1.HeaderClassName
 {
   color: #135E54;
 }
 .AnyTagClassName
 {
   color: #135E54;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #135E54;
 }
 .BgClassName
 {
   background-color: #135E54;
 }
</style>
border-color css

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

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

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