Html Css Color HEX #376053 Spectra

📋 copy color: '#376053'

red 55 ◦ green 96 ◦ blue 83

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

Shades of Spectra #376053

Tints of Spectra #376053

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.03%

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

R = 23.5%
G = 41.03%
B = 35.47%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#376053 (or 0x376053) is known color: Spectra. HEX triplet: 37, 60 and 53. RGB value is (55,96,83). Sum of RGB (Red+Green+Blue) = 55+96+83=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 96 - color contains mainly: green. Hex color #376053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376053 is #C89FAC. Grayscale: #525252. Windows color (decimal): -13148077 or 5464119. OLE color: 5464119.

HSL color Cylindrical-coordinate representation of color #376053: hue angle of 160.98º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #376053 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 96 83 -
CMYK 0.43 0 0.14 0.62
HSL 160.98º 0.27% 0.3% -
HSV(B) 160.98º 0.43% 0.38% -
XYZ 7.32 9.8 9.69 -
YUV 82.26 128.42 108.56 -
System Red Green Blue C M Y K H S L
Decimal 55 96 83 0.43 0 0.14 0.62 160.98 0.27 0.3
Hex 37 60 53 2B 0 E 3E A1 1B 1E
Octal 67 140 123 53 0 16 76 241 33 36
Binary 110111 1100000 1010011 101011 0 1110 111110 10100001 11011 11110

Color Harmonies of #376053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376053

Black with #376053

Text Example


Text Example

White with #376053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376053; }

 p { color: rgb(55,96,83); }

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

background-color css

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

 a { background-color: rgb(55,96,83); }

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

border-color css

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

 span { border-color: rgb(55,96,83); }

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