Html Css Color HEX #375951 Spectra

📋 copy color: '#375951'

red 55 ◦ green 89 ◦ blue 81

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

Shades of Spectra #375951

Tints of Spectra #375951

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.56%

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

R = 24.44%
G = 39.56%
B = 36%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#375951 (or 0x375951) is known color: Spectra. HEX triplet: 37, 59 and 51. RGB value is (55,89,81). Sum of RGB (Red+Green+Blue) = 55+89+81=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 89 - color contains mainly: green. Hex color #375951 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375951 is #C8A6AE. Grayscale: #4D4D4D. Windows color (decimal): -13149871 or 5331255. OLE color: 5331255.

HSL color Cylindrical-coordinate representation of color #375951: hue angle of 165.88º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #375951 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 89 81 -
CMYK 0.38 0 0.09 0.65
HSL 165.88º 0.24% 0.28% -
HSV(B) 165.88º 0.38% 0.35% -
XYZ 6.63 8.55 9.09 -
YUV 77.92 129.74 111.65 -
System Red Green Blue C M Y K H S L
Decimal 55 89 81 0.38 0 0.09 0.65 165.88 0.24 0.28
Hex 37 59 51 26 0 9 41 A6 18 1C
Octal 67 131 121 46 0 11 101 246 30 34
Binary 110111 1011001 1010001 100110 0 1001 1000001 10100110 11000 11100

Color Harmonies of #375951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375951

Black with #375951

Text Example


Text Example

White with #375951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375951; }

 p { color: rgb(55,89,81); }

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

background-color css

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

 a { background-color: rgb(55,89,81); }

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

border-color css

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

 span { border-color: rgb(55,89,81); }

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