Html Css Color HEX #32555F Casal

📋 copy color: '#32555F'

red 50 ◦ green 85 ◦ blue 95

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

Shades of Casal #32555F

Tints of Casal #32555F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.96%

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

R = 21.74%
G = 36.96%
B = 41.3%

CMYK

 C value IS 0.47

 M value IS 0.11

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#32555F (or 0x32555F) is known color: Casal. HEX triplet: 32, 55 and 5F. RGB value is (50,85,95). Sum of RGB (Red+Green+Blue) = 50+85+95=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 95 (37.5% from 255 or 41.30% from 230); Max value from RGB is 95 - color contains mainly: blue. Hex color #32555F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32555F is #CDAAA0. Grayscale: #4B4B4B. Windows color (decimal): -13478561 or 6247730. OLE color: 6247730.

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

Color convert

RGB 50 85 95 -
CMYK 0.47 0.11 0 0.63
HSL 193.33º 0.31% 0.28% -
HSV(B) 193.33º 0.47% 0.37% -
XYZ 6.63 8 12.02 -
YUV 75.68 138.9 109.69 -
System Red Green Blue C M Y K H S L
Decimal 50 85 95 0.47 0.11 0 0.63 193.33 0.31 0.28
Hex 32 55 5F 2F B 0 3F C1 1F 1C
Octal 62 125 137 57 13 0 77 301 37 34
Binary 110010 1010101 1011111 101111 1011 0 111111 11000001 11111 11100

Color Harmonies of #32555F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32555F

Black with #32555F

Text Example


Text Example

White with #32555F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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