Html Css Color HEX #355552 Blue Dianne

📋 copy color: '#355552'

red 53 ◦ green 85 ◦ blue 82

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

Shades of Blue Dianne #355552

Tints of Blue Dianne #355552

RGB

 RED value IS 53 (21.09% from 255) = 24.09%

 GREEN value IS 85 (33.59% from 255) = 38.64%

 BLUE value IS 82 (32.42% from 255) = 37.27%

R = 24.09%
G = 38.64%
B = 37.27%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#355552 (or 0x355552) is known color: Blue Dianne. HEX triplet: 35, 55 and 52. RGB value is (53,85,82). Sum of RGB (Red+Green+Blue) = 53+85+82=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 82 (32.42% from 255 or 37.27% from 220); Max value from RGB is 85 - color contains mainly: green. Hex color #355552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355552 is #CAAAAD. Grayscale: #4B4B4B. Windows color (decimal): -13281966 or 5395765. OLE color: 5395765.

HSL color Cylindrical-coordinate representation of color #355552: hue angle of 174.38º 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 #355552 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 85 82 -
CMYK 0.38 0 0.04 0.67
HSL 174.38º 0.23% 0.27% -
HSV(B) 174.38º 0.38% 0.33% -
XYZ 6.24 7.86 9.17 -
YUV 75.09 131.9 112.24 -
System Red Green Blue C M Y K H S L
Decimal 53 85 82 0.38 0 0.04 0.67 174.38 0.23 0.27
Hex 35 55 52 26 0 4 43 AE 17 1B
Octal 65 125 122 46 0 4 103 256 27 33
Binary 110101 1010101 1010010 100110 0 100 1000011 10101110 10111 11011

Color Harmonies of #355552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355552

Black with #355552

Text Example


Text Example

White with #355552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355552; }

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

 H1.HeaderClassName
 {
   color: #355552;
 }
 .AnyTagClassName
 {
   color: #355552;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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