#135F52

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

Shades of Blue Stone #135F52

Tints of Blue Stone #135F52

Color information

#135F52 (or 0x135F52) is unknown color: approx Blue Stone. HEX triplet: 13, 5F and 52. RGB value is (19,95,82). Sum of RGB (Red+Green+Blue) = 19+95+82=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 95 (37.5% from 255 or 48.47% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 95 - color contains mainly: green. Hex color #135F52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135F52 is #ECA0AD. Grayscale: #464646. Windows color (decimal): -15507630 or 5398291. OLE color: 5398291.

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

Color convert

RGB199582-
CMYK0.8000.140.63
HSL169.74º66.67%22.35%-
HSV(B)169.74º80%37.25%-
XYZ5.888.939.4-
YUV70.79134.3291.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.69%
GREEN value IS 95 (37.5% from 255) = 48.47%
BLUE value IS 82 (32.42% from 255) = 41.84%
R=9.69%
G=48.47%
B=41.84%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1995820.8000.140.63169.7466.6722.35
Hex135F52500E3Faa4316
Octal231371221200167725210326
Binary100111011111101001010100000111011111110101010100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,95,82); }

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

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

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

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

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

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

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