Html Css Color HEX #355577 Matisse

📋 copy color: '#355577'

red 53 ◦ green 85 ◦ blue 119

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

Shades of Matisse #355577

Tints of Matisse #355577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 46.3%

R = 20.62%
G = 33.07%
B = 46.3%

CMYK

 C value IS 0.55

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#355577 (or 0x355577) is known color: Matisse. HEX triplet: 35, 55 and 77. RGB value is (53,85,119). Sum of RGB (Red+Green+Blue) = 53+85+119=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 119 - color contains mainly: blue. Hex color #355577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355577 is #CAAA88. Grayscale: #4F4F4F. Windows color (decimal): -13281929 or 7820597. OLE color: 7820597.

HSL color Cylindrical-coordinate representation of color #355577: hue angle of 210.91º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #355577 is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 85 119 -
CMYK 0.55 0.29 0 0.53
HSL 210.91º 0.38% 0.34% -
HSV(B) 210.91º 0.55% 0.47% -
XYZ 8.05 8.59 18.69 -
YUV 79.31 150.4 109.24 -
System Red Green Blue C M Y K H S L
Decimal 53 85 119 0.55 0.29 0 0.53 210.91 0.38 0.34
Hex 35 55 77 37 1D 0 35 D3 26 22
Octal 65 125 167 67 35 0 65 323 46 42
Binary 110101 1010101 1110111 110111 11101 0 110101 11010011 100110 100010

Color Harmonies of #355577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355577

Black with #355577

Text Example


Text Example

White with #355577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355577; }

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

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

background-color css

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

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

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

border-color css

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

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

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