Html Css Color HEX #375C54 Spectra

📋 copy color: '#375C54'

red 55 ◦ green 92 ◦ blue 84

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

Shades of Spectra #375C54

Tints of Spectra #375C54

RGB

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

 GREEN value IS 92 (36.33% from 255) = 39.83%

 BLUE value IS 84 (33.2% from 255) = 36.36%

R = 23.81%
G = 39.83%
B = 36.36%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.09

 K value IS 0.64

RGB Variations

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

Color information

#375C54 (or 0x375C54) is known color: Spectra. HEX triplet: 37, 5C and 54. RGB value is (55,92,84). Sum of RGB (Red+Green+Blue) = 55+92+84=231 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.81% from 231); Green value is 92 (36.33% from 255 or 39.83% from 231); Blue value is 84 (33.20% from 255 or 36.36% from 231); Max value from RGB is 92 - color contains mainly: green. Hex color #375C54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375C54 is #C8A3AB. Grayscale: #505050. Windows color (decimal): -13149100 or 5528631. OLE color: 5528631.

HSL color Cylindrical-coordinate representation of color #375C54: hue angle of 167.03º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #375C54 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 92 84 -
CMYK 0.40 0 0.09 0.64
HSL 167.03º 0.25% 0.29% -
HSV(B) 167.03º 0.4% 0.36% -
XYZ 7 9.11 9.78 -
YUV 80.03 130.24 110.15 -
System Red Green Blue C M Y K H S L
Decimal 55 92 84 0.40 0 0.09 0.64 167.03 0.25 0.29
Hex 37 5C 54 28 0 9 40 A7 19 1D
Octal 67 134 124 50 0 11 100 247 31 35
Binary 110111 1011100 1010100 101000 0 1001 1000000 10100111 11001 11101

Color Harmonies of #375C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375C54

Black with #375C54

Text Example


Text Example

White with #375C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,92,84); }

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

background-color css

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

 a { background-color: rgb(55,92,84); }

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

border-color css

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

 span { border-color: rgb(55,92,84); }

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