#135E5C

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

Shades of Blue Stone #135E5C

Tints of Blue Stone #135E5C

Color information

#135E5C (or 0x135E5C) is unknown color: approx Blue Stone. HEX triplet: 13, 5E and 5C. RGB value is (19,94,92). Sum of RGB (Red+Green+Blue) = 19+94+92=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 94 (37.11% from 255 or 45.85% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 94 - color contains mainly: green. Hex color #135E5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135E5C is #ECA1A3. Grayscale: #474747. Windows color (decimal): -15507876 or 6053395. OLE color: 6053395.

HSL color Cylindrical-coordinate representation of color #135E5C: hue angle of 178.4º 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 #135E5C is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.

Color convert

RGB199492-
CMYK0.8000.020.63
HSL178.4º66.37%22.16%-
HSV(B)178.4º79.79%36.86%-
XYZ6.28.9211.52-
YUV71.35139.6590.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.27%
GREEN value IS 94 (37.11% from 255) = 45.85%
BLUE value IS 92 (36.33% from 255) = 44.88%
R=9.27%
G=45.85%
B=44.88%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1994920.8000.020.63178.466.3722.16
Hex135E5C50023Fb24216
Octal23136134120027726210226
Binary1001110111101011100101000001011111110110010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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