#355954

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

Shades of Blue Dianne #355954

Tints of Blue Dianne #355954

Color information

#355954 (or 0x355954) is unknown color: approx Blue Dianne. HEX triplet: 35, 59 and 54. RGB value is (53,89,84). Sum of RGB (Red+Green+Blue) = 53+89+84=226 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.45% from 226); Green value is 89 (35.16% from 255 or 39.38% from 226); Blue value is 84 (33.20% from 255 or 37.17% from 226); Max value from RGB is 89 - color contains mainly: green. Hex color #355954 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355954 is #CAA6AB. Grayscale: #4D4D4D. Windows color (decimal): -13280940 or 5527861. OLE color: 5527861.

HSL color Cylindrical-coordinate representation of color #355954: hue angle of 171.67º 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 #355954 is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB538984-
CMYK0.4000.060.65
HSL171.67º25.35%27.84%-
HSV(B)171.67º40.45%34.9%-
XYZ6.648.549.69-
YUV77.67131.57110.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.45%
GREEN value IS 89 (35.16% from 255) = 39.38%
BLUE value IS 84 (33.20% from 255) = 37.17%
R=23.45%
G=39.38%
B=37.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5389840.4000.060.65171.6725.3527.84
Hex355954280641ac191c
Octal6513112450061012543134
Binary1101011011001101010010100001101000001101011001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355954; }

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

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

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

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

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

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

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

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