#35554E

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

Shades of Blue Dianne #35554E

Tints of Blue Dianne #35554E

Color information

#35554E (or 0x35554E) is unknown color: approx Blue Dianne. HEX triplet: 35, 55 and 4E. RGB value is (53,85,78). Sum of RGB (Red+Green+Blue) = 53+85+78=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 85 - color contains mainly: green. Hex color #35554E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35554E is #CAAAB1. Grayscale: #4A4A4A. Windows color (decimal): -13281970 or 5133621. OLE color: 5133621.

HSL color Cylindrical-coordinate representation of color #35554E: hue angle of 166.88º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #35554E is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB538578-
CMYK0.3800.080.67
HSL166.88º23.19%27.06%-
HSV(B)166.88º37.65%33.33%-
XYZ6.097.88.39-
YUV74.63129.9112.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.54%
GREEN value IS 85 (33.59% from 255) = 39.35%
BLUE value IS 78 (30.86% from 255) = 36.11%
R=24.54%
G=39.35%
B=36.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5385780.3800.080.67166.8823.1927.06
Hex35554E260843a7171b
Octal65125116460101032472733
Binary11010110101011001110100110010001000011101001111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35554E; }

 p { color: rgb(53,85,78); }

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

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

 a { background-color: rgb(53,85,78); }

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

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

 span { border-color: rgb(53,85,78); }

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