Html Css Color HEX #375A52 Spectra

📋 copy color: '#375A52'

red 55 ◦ green 90 ◦ blue 82

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

Shades of Spectra #375A52

Tints of Spectra #375A52

RGB

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

 GREEN value IS 90 (35.55% from 255) = 39.65%

 BLUE value IS 82 (32.42% from 255) = 36.12%

R = 24.23%
G = 39.65%
B = 36.12%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#375A52 (or 0x375A52) is known color: Spectra. HEX triplet: 37, 5A and 52. RGB value is (55,90,82). Sum of RGB (Red+Green+Blue) = 55+90+82=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 90 (35.55% from 255 or 39.65% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 90 - color contains mainly: green. Hex color #375A52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375A52 is #C8A5AD. Grayscale: #4E4E4E. Windows color (decimal): -13149614 or 5397047. OLE color: 5397047.

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

Color convert

RGB 55 90 82 -
CMYK 0.39 0 0.09 0.65
HSL 166.29º 0.24% 0.28% -
HSV(B) 166.29º 0.39% 0.35% -
XYZ 6.75 8.73 9.31 -
YUV 78.62 129.9 111.15 -
System Red Green Blue C M Y K H S L
Decimal 55 90 82 0.39 0 0.09 0.65 166.29 0.24 0.28
Hex 37 5A 52 27 0 9 41 A6 18 1C
Octal 67 132 122 47 0 11 101 246 30 34
Binary 110111 1011010 1010010 100111 0 1001 1000001 10100110 11000 11100

Color Harmonies of #375A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375A52

Black with #375A52

Text Example


Text Example

White with #375A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375A52; }

 p { color: rgb(55,90,82); }

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

background-color css

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

 a { background-color: rgb(55,90,82); }

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

border-color css

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

 span { border-color: rgb(55,90,82); }

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