Html Css Color HEX #32575E Casal

📋 copy color: '#32575E'

red 50 ◦ green 87 ◦ blue 94

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

Shades of Casal #32575E

Tints of Casal #32575E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.66%

 BLUE value IS 94 (37.11% from 255) = 40.69%

R = 21.65%
G = 37.66%
B = 40.69%

CMYK

 C value IS 0.47

 M value IS 0.07

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#32575E (or 0x32575E) is known color: Casal. HEX triplet: 32, 57 and 5E. RGB value is (50,87,94). Sum of RGB (Red+Green+Blue) = 50+87+94=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 87 (34.38% from 255 or 37.66% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 94 - color contains mainly: blue. Hex color #32575E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32575E is #CDA8A1. Grayscale: #4C4C4C. Windows color (decimal): -13478050 or 6182706. OLE color: 6182706.

HSL color Cylindrical-coordinate representation of color #32575E: hue angle of 189.55º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #32575E is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 50 87 94 -
CMYK 0.47 0.07 0 0.63
HSL 189.55º 0.31% 0.28% -
HSV(B) 189.55º 0.47% 0.37% -
XYZ 6.74 8.3 11.84 -
YUV 76.74 137.74 108.93 -
System Red Green Blue C M Y K H S L
Decimal 50 87 94 0.47 0.07 0 0.63 189.55 0.31 0.28
Hex 32 57 5E 2F 7 0 3F BE 1F 1C
Octal 62 127 136 57 7 0 77 276 37 34
Binary 110010 1010111 1011110 101111 111 0 111111 10111110 11111 11100

Color Harmonies of #32575E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32575E

Black with #32575E

Text Example


Text Example

White with #32575E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32575E; }

 p { color: rgb(50,87,94); }

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

background-color css

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

 a { background-color: rgb(50,87,94); }

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

border-color css

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

 span { border-color: rgb(50,87,94); }

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