#355B54

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

Shades of Blue Dianne #355B54

Tints of Blue Dianne #355B54

Color information

#355B54 (or 0x355B54) is unknown color: approx Blue Dianne. HEX triplet: 35, 5B and 54. RGB value is (53,91,84). Sum of RGB (Red+Green+Blue) = 53+91+84=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 91 (35.94% from 255 or 39.91% from 228); Blue value is 84 (33.20% from 255 or 36.84% from 228); Max value from RGB is 91 - color contains mainly: green. Hex color #355B54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355B54 is #CAA4AB. Grayscale: #4E4E4E. Windows color (decimal): -13280428 or 5528373. OLE color: 5528373.

HSL color Cylindrical-coordinate representation of color #355B54: hue angle of 168.95º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #355B54 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB539184-
CMYK0.4200.080.64
HSL168.95º26.39%28.24%-
HSV(B)168.95º41.76%35.69%-
XYZ6.818.889.74-
YUV78.84130.91109.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.25%
GREEN value IS 91 (35.94% from 255) = 39.91%
BLUE value IS 84 (33.20% from 255) = 36.84%
R=23.25%
G=39.91%
B=36.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5391840.4200.080.64168.9526.3928.24
Hex355B542A0840a91a1c
Octal65133124520101002513234
Binary11010110110111010100101010010001000000101010011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355B54; }

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

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

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

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

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

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

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

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