Html Css Color HEX #335550 Blue Dianne

📋 copy color: '#335550'

red 51 ◦ green 85 ◦ blue 80

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

Shades of Blue Dianne #335550

Tints of Blue Dianne #335550

RGB

 RED value IS 51 (20.31% from 255) = 23.61%

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

 BLUE value IS 80 (31.64% from 255) = 37.04%

R = 23.61%
G = 39.35%
B = 37.04%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#335550 (or 0x335550) is known color: Blue Dianne. HEX triplet: 33, 55 and 50. RGB value is (51,85,80). Sum of RGB (Red+Green+Blue) = 51+85+80=216 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.61% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 85 - color contains mainly: green. Hex color #335550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335550 is #CCAAAF. Grayscale: #4A4A4A. Windows color (decimal): -13413040 or 5264691. OLE color: 5264691.

HSL color Cylindrical-coordinate representation of color #335550: hue angle of 171.18º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #335550 is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 85 80 -
CMYK 0.40 0 0.06 0.67
HSL 171.18º 0.25% 0.27% -
HSV(B) 171.18º 0.4% 0.33% -
XYZ 6.06 7.78 8.77 -
YUV 74.26 131.24 111.41 -
System Red Green Blue C M Y K H S L
Decimal 51 85 80 0.40 0 0.06 0.67 171.18 0.25 0.27
Hex 33 55 50 28 0 6 43 AB 19 1B
Octal 63 125 120 50 0 6 103 253 31 33
Binary 110011 1010101 1010000 101000 0 110 1000011 10101011 11001 11011

Color Harmonies of #335550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335550

Black with #335550

Text Example


Text Example

White with #335550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335550; }

 p { color: rgb(51,85,80); }

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

background-color css

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

 a { background-color: rgb(51,85,80); }

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

border-color css

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

 span { border-color: rgb(51,85,80); }

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