Html Css Color HEX #32535F Casal

📋 copy color: '#32535F'

red 50 ◦ green 83 ◦ blue 95

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

Shades of Casal #32535F

Tints of Casal #32535F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.4%

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

R = 21.93%
G = 36.4%
B = 41.67%

CMYK

 C value IS 0.47

 M value IS 0.13

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#32535F (or 0x32535F) is known color: Casal. HEX triplet: 32, 53 and 5F. RGB value is (50,83,95). Sum of RGB (Red+Green+Blue) = 50+83+95=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 95 (37.5% from 255 or 41.67% from 228); Max value from RGB is 95 - color contains mainly: blue. Hex color #32535F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32535F is #CDACA0. Grayscale: #4A4A4A. Windows color (decimal): -13479073 or 6247218. OLE color: 6247218.

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

Color convert

RGB 50 83 95 -
CMYK 0.47 0.13 0 0.63
HSL 196º 0.31% 0.28% -
HSV(B) 196º 0.47% 0.37% -
XYZ 6.47 7.69 11.97 -
YUV 74.5 139.57 110.52 -
System Red Green Blue C M Y K H S L
Decimal 50 83 95 0.47 0.13 0 0.63 196 0.31 0.28
Hex 32 53 5F 2F D 0 3F C4 1F 1C
Octal 62 123 137 57 15 0 77 304 37 34
Binary 110010 1010011 1011111 101111 1101 0 111111 11000100 11111 11100

Color Harmonies of #32535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32535F

Black with #32535F

Text Example


Text Example

White with #32535F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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