#135C5C

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

Shades of Blue Stone #135C5C

Tints of Blue Stone #135C5C

Color information

#135C5C (or 0x135C5C) is unknown color: approx Blue Stone. HEX triplet: 13, 5C and 5C. RGB value is (19,92,92). Sum of RGB (Red+Green+Blue) = 19+92+92=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 92 (36.33% from 255 or 45.32% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 92 - color contains mainly: green, blue. Hex color #135C5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135C5C is #ECA3A3. Grayscale: #464646. Windows color (decimal): -15508388 or 6052883. OLE color: 6052883.

HSL color Cylindrical-coordinate representation of color #135C5C: hue angle of 180º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135C5C is Cyan = 0.79, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB199292-
CMYK0.79000.64
HSL180º65.77%21.76%-
HSV(B)180º79.35%36.08%-
XYZ6.038.5711.46-
YUV70.17140.3291.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.36%
GREEN value IS 92 (36.33% from 255) = 45.32%
BLUE value IS 92 (36.33% from 255) = 45.32%
R=9.36%
G=45.32%
B=45.32%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1992920.79000.6418065.7721.76
Hex135C5C4F0040b44216
Octal231341341170010026410226
Binary1001110111001011100100111100100000010110100100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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