#135856

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

Shades of Blue Stone #135856

Tints of Blue Stone #135856

Color information

#135856 (or 0x135856) is unknown color: approx Blue Stone. HEX triplet: 13, 58 and 56. RGB value is (19,88,86). Sum of RGB (Red+Green+Blue) = 19+88+86=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 88 (34.77% from 255 or 45.60% from 193); Blue value is 86 (33.98% from 255 or 44.56% from 193); Max value from RGB is 88 - color contains mainly: green. Hex color #135856 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135856 is #ECA7A9. Grayscale: #434343. Windows color (decimal): -15509418 or 5658643. OLE color: 5658643.

HSL color Cylindrical-coordinate representation of color #135856: hue angle of 178.26º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135856 is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB198886-
CMYK0.7800.020.65
HSL178.26º64.49%20.98%-
HSV(B)178.26º78.41%34.51%-
XYZ5.447.7910.02-
YUV67.14138.6493.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.84%
GREEN value IS 88 (34.77% from 255) = 45.60%
BLUE value IS 86 (33.98% from 255) = 44.56%
R=9.84%
G=45.60%
B=44.56%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1988860.7800.020.65178.2664.4920.98
Hex1358564E0241b24015
Octal231301261160210126210025
Binary10011101100010101101001110010100000110110010100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135856; }

 p { color: rgb(19,88,86); }

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

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

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

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

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

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

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