Html Css Color HEX #355553 Blue Dianne

📋 copy color: '#355553'

red 53 ◦ green 85 ◦ blue 83

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

Shades of Blue Dianne #355553

Tints of Blue Dianne #355553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 37.56%

R = 23.98%
G = 38.46%
B = 37.56%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#355553 (or 0x355553) is known color: Blue Dianne. HEX triplet: 35, 55 and 53. RGB value is (53,85,83). Sum of RGB (Red+Green+Blue) = 53+85+83=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 85 - color contains mainly: green. Hex color #355553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355553 is #CAAAAC. Grayscale: #4B4B4B. Windows color (decimal): -13281965 or 5461301. OLE color: 5461301.

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

Color convert

RGB 53 85 83 -
CMYK 0.38 0 0.02 0.67
HSL 176.25º 0.23% 0.27% -
HSV(B) 176.25º 0.38% 0.33% -
XYZ 6.28 7.88 9.37 -
YUV 75.2 132.4 112.16 -
System Red Green Blue C M Y K H S L
Decimal 53 85 83 0.38 0 0.02 0.67 176.25 0.23 0.27
Hex 35 55 53 26 0 2 43 B0 17 1B
Octal 65 125 123 46 0 2 103 260 27 33
Binary 110101 1010101 1010011 100110 0 10 1000011 10110000 10111 11011

Color Harmonies of #355553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355553

Black with #355553

Text Example


Text Example

White with #355553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355553; }

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

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

background-color css

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

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

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

border-color css

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

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

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