Html Css Color HEX #355551 Blue Dianne

📋 copy color: '#355551'

red 53 ◦ green 85 ◦ blue 81

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

Shades of Blue Dianne #355551

Tints of Blue Dianne #355551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 36.99%

R = 24.2%
G = 38.81%
B = 36.99%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#355551 (or 0x355551) is known color: Blue Dianne. HEX triplet: 35, 55 and 51. RGB value is (53,85,81). Sum of RGB (Red+Green+Blue) = 53+85+81=219 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.20% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 81 (32.03% from 255 or 36.99% from 219); Max value from RGB is 85 - color contains mainly: green. Hex color #355551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355551 is #CAAAAE. Grayscale: #4A4A4A. Windows color (decimal): -13281967 or 5330229. OLE color: 5330229.

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

Color convert

RGB 53 85 81 -
CMYK 0.38 0 0.05 0.67
HSL 172.5º 0.23% 0.27% -
HSV(B) 172.5º 0.38% 0.33% -
XYZ 6.2 7.85 8.97 -
YUV 74.98 131.4 112.33 -
System Red Green Blue C M Y K H S L
Decimal 53 85 81 0.38 0 0.05 0.67 172.5 0.23 0.27
Hex 35 55 51 26 0 5 43 AC 17 1B
Octal 65 125 121 46 0 5 103 254 27 33
Binary 110101 1010101 1010001 100110 0 101 1000011 10101100 10111 11011

Color Harmonies of #355551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355551

Black with #355551

Text Example


Text Example

White with #355551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355551; }

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

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

background-color css

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

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

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

border-color css

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

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

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