Html Css Color HEX #375575 Matisse

📋 copy color: '#375575'

red 55 ◦ green 85 ◦ blue 117

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

Shades of Matisse #375575

Tints of Matisse #375575

RGB

 RED value IS 55 (21.88% from 255) = 21.4%

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

 BLUE value IS 117 (46.09% from 255) = 45.53%

R = 21.4%
G = 33.07%
B = 45.53%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#375575 (or 0x375575) is known color: Matisse. HEX triplet: 37, 55 and 75. RGB value is (55,85,117). Sum of RGB (Red+Green+Blue) = 55+85+117=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 117 (46.09% from 255 or 45.53% from 257); Max value from RGB is 117 - color contains mainly: blue. Hex color #375575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375575 is #C8AA8A. Grayscale: #4F4F4F. Windows color (decimal): -13150859 or 7689527. OLE color: 7689527.

HSL color Cylindrical-coordinate representation of color #375575: hue angle of 210.97º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #375575 is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 55 85 117 -
CMYK 0.53 0.27 0 0.54
HSL 210.97º 0.36% 0.34% -
HSV(B) 210.97º 0.53% 0.46% -
XYZ 8.03 8.59 18.06 -
YUV 79.68 149.06 110.4 -
System Red Green Blue C M Y K H S L
Decimal 55 85 117 0.53 0.27 0 0.54 210.97 0.36 0.34
Hex 37 55 75 35 1B 0 36 D3 24 22
Octal 67 125 165 65 33 0 66 323 44 42
Binary 110111 1010101 1110101 110101 11011 0 110110 11010011 100100 100010

Color Harmonies of #375575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375575

Black with #375575

Text Example


Text Example

White with #375575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375575; }

 p { color: rgb(55,85,117); }

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

background-color css

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

 a { background-color: rgb(55,85,117); }

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

border-color css

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

 span { border-color: rgb(55,85,117); }

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