Html Css Color HEX #32594B Spectra

📋 copy color: '#32594B'

red 50 ◦ green 89 ◦ blue 75

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

Shades of Spectra #32594B

Tints of Spectra #32594B

RGB

 RED value IS 50 (19.92% from 255) = 23.36%

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

 BLUE value IS 75 (29.69% from 255) = 35.05%

R = 23.36%
G = 41.59%
B = 35.05%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#32594B (or 0x32594B) is known color: Spectra. HEX triplet: 32, 59 and 4B. RGB value is (50,89,75). Sum of RGB (Red+Green+Blue) = 50+89+75=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 89 (35.16% from 255 or 41.59% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 89 - color contains mainly: green. Hex color #32594B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32594B is #CDA6B4. Grayscale: #4B4B4B. Windows color (decimal): -13477557 or 4938034. OLE color: 4938034.

HSL color Cylindrical-coordinate representation of color #32594B: hue angle of 158.46º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #32594B is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 89 75 -
CMYK 0.44 0 0.16 0.65
HSL 158.46º 0.28% 0.27% -
HSV(B) 158.46º 0.44% 0.35% -
XYZ 6.16 8.33 7.94 -
YUV 75.74 127.58 109.64 -
System Red Green Blue C M Y K H S L
Decimal 50 89 75 0.44 0 0.16 0.65 158.46 0.28 0.27
Hex 32 59 4B 2C 0 10 41 9E 1C 1B
Octal 62 131 113 54 0 20 101 236 34 33
Binary 110010 1011001 1001011 101100 0 10000 1000001 10011110 11100 11011

Color Harmonies of #32594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32594B

Black with #32594B

Text Example


Text Example

White with #32594B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32594B; }

 p { color: rgb(50,89,75); }

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

background-color css

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

 a { background-color: rgb(50,89,75); }

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

border-color css

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

 span { border-color: rgb(50,89,75); }

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