Html Css Color HEX #325059 Casal

📋 copy color: '#325059'

red 50 ◦ green 80 ◦ blue 89

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

Shades of Casal #325059

Tints of Casal #325059

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.53%

 BLUE value IS 89 (35.16% from 255) = 40.64%

R = 22.83%
G = 36.53%
B = 40.64%

CMYK

 C value IS 0.44

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#325059 (or 0x325059) is known color: Casal. HEX triplet: 32, 50 and 59. RGB value is (50,80,89). Sum of RGB (Red+Green+Blue) = 50+80+89=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 89 - color contains mainly: blue. Hex color #325059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325059 is #CDAFA6. Grayscale: #474747. Windows color (decimal): -13479847 or 5853234. OLE color: 5853234.

HSL color Cylindrical-coordinate representation of color #325059: hue angle of 193.85º 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 #325059 is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 80 89 -
CMYK 0.44 0.10 0 0.65
HSL 193.85º 0.28% 0.27% -
HSV(B) 193.85º 0.44% 0.35% -
XYZ 5.99 7.14 10.51 -
YUV 72.06 137.56 112.27 -
System Red Green Blue C M Y K H S L
Decimal 50 80 89 0.44 0.10 0 0.65 193.85 0.28 0.27
Hex 32 50 59 2C A 0 41 C2 1C 1B
Octal 62 120 131 54 12 0 101 302 34 33
Binary 110010 1010000 1011001 101100 1010 0 1000001 11000010 11100 11011

Color Harmonies of #325059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325059

Black with #325059

Text Example


Text Example

White with #325059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325059; }

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

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

background-color css

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

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

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

border-color css

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

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

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