Html Css Color HEX #32575F Casal

📋 copy color: '#32575F'

red 50 ◦ green 87 ◦ blue 95

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

Shades of Casal #32575F

Tints of Casal #32575F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 40.95%

R = 21.55%
G = 37.5%
B = 40.95%

CMYK

 C value IS 0.47

 M value IS 0.08

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#32575F (or 0x32575F) is known color: Casal. HEX triplet: 32, 57 and 5F. RGB value is (50,87,95). Sum of RGB (Red+Green+Blue) = 50+87+95=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 87 (34.38% from 255 or 37.5% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 95 - color contains mainly: blue. Hex color #32575F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32575F is #CDA8A0. Grayscale: #4C4C4C. Windows color (decimal): -13478049 or 6248242. OLE color: 6248242.

HSL color Cylindrical-coordinate representation of color #32575F: hue angle of 190.67º 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 #32575F is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 50 87 95 -
CMYK 0.47 0.08 0 0.63
HSL 190.67º 0.31% 0.28% -
HSV(B) 190.67º 0.47% 0.37% -
XYZ 6.79 8.32 12.07 -
YUV 76.85 138.24 108.85 -
System Red Green Blue C M Y K H S L
Decimal 50 87 95 0.47 0.08 0 0.63 190.67 0.31 0.28
Hex 32 57 5F 2F 8 0 3F BF 1F 1C
Octal 62 127 137 57 10 0 77 277 37 34
Binary 110010 1010111 1011111 101111 1000 0 111111 10111111 11111 11100

Color Harmonies of #32575F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32575F

Black with #32575F

Text Example


Text Example

White with #32575F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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