#355854

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

Shades of Blue Dianne #355854

Tints of Blue Dianne #355854

Color information

#355854 (or 0x355854) is unknown color: approx Blue Dianne. HEX triplet: 35, 58 and 54. RGB value is (53,88,84). Sum of RGB (Red+Green+Blue) = 53+88+84=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 88 - color contains mainly: green. Hex color #355854 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355854 is #CAA7AB. Grayscale: #4D4D4D. Windows color (decimal): -13281196 or 5527605. OLE color: 5527605.

HSL color Cylindrical-coordinate representation of color #355854: hue angle of 173.14º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #355854 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.65.

Color convert

RGB538884-
CMYK0.4000.050.65
HSL173.14º24.82%27.65%-
HSV(B)173.14º39.77%34.51%-
XYZ6.568.389.66-
YUV77.08131.9110.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.56%
GREEN value IS 88 (34.77% from 255) = 39.11%
BLUE value IS 84 (33.20% from 255) = 37.33%
R=23.56%
G=39.11%
B=37.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5388840.4000.050.65173.1424.8227.65
Hex355854280541ad191c
Octal6513012450051012553134
Binary1101011011000101010010100001011000001101011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355854; }

 p { color: rgb(53,88,84); }

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

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

 a { background-color: rgb(53,88,84); }

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

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

 span { border-color: rgb(53,88,84); }

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