#35564F

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

Shades of Blue Dianne #35564F

Tints of Blue Dianne #35564F

Color information

#35564F (or 0x35564F) is unknown color: approx Blue Dianne. HEX triplet: 35, 56 and 4F. RGB value is (53,86,79). Sum of RGB (Red+Green+Blue) = 53+86+79=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 86 (33.98% from 255 or 39.45% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 86 - color contains mainly: green. Hex color #35564F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35564F is #CAA9B0. Grayscale: #4B4B4B. Windows color (decimal): -13281713 or 5199413. OLE color: 5199413.

HSL color Cylindrical-coordinate representation of color #35564F: hue angle of 167.27º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #35564F is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB538679-
CMYK0.3800.080.66
HSL167.27º23.74%27.25%-
HSV(B)167.27º38.37%33.73%-
XYZ6.217.988.61-
YUV75.33130.07112.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.31%
GREEN value IS 86 (33.98% from 255) = 39.45%
BLUE value IS 79 (31.25% from 255) = 36.24%
R=24.31%
G=39.45%
B=36.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5386790.3800.080.66167.2723.7427.25
Hex35564F260842a7181b
Octal65126117460101022473033
Binary11010110101101001111100110010001000010101001111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35564F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35564F; }

 p { color: rgb(53,86,79); }

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

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

 a { background-color: rgb(53,86,79); }

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

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

 span { border-color: rgb(53,86,79); }

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