Html Css Color HEX #355954 Blue Dianne

📋 copy color: '#355954'

red 53 ◦ green 89 ◦ blue 84

#355954
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Dianne #355954

Tints of Blue Dianne #355954

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.2% from 255) = 37.17%

R = 23.45%
G = 39.38%
B = 37.17%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#355954 (or 0x355954) is known color: 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

RGB 53 89 84 -
CMYK 0.40 0 0.06 0.65
HSL 171.67º 0.25% 0.28% -
HSV(B) 171.67º 0.4% 0.35% -
XYZ 6.64 8.54 9.69 -
YUV 77.67 131.57 110.41 -
System Red Green Blue C M Y K H S L
Decimal 53 89 84 0.40 0 0.06 0.65 171.67 0.25 0.28
Hex 35 59 54 28 0 6 41 AC 19 1C
Octal 65 131 124 50 0 6 101 254 31 34
Binary 110101 1011001 1010100 101000 0 110 1000001 10101100 11001 11100

Color Harmonies of #355954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355954

Black with #355954

Text Example


Text Example

White with #355954

Text Example


Text Example

HTML Codes & Css Web 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>