#32565C

Color #32565C Casal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casal #32565C

Tints of Casal #32565C

Color information

#32565C (or 0x32565C) is unknown color: approx Casal. HEX triplet: 32, 56 and 5C. RGB value is (50,86,92). Sum of RGB (Red+Green+Blue) = 50+86+92=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 92 - color contains mainly: blue. Hex color #32565C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32565C is #CDA9A3. Grayscale: #4B4B4B. Windows color (decimal): -13478308 or 6051378. OLE color: 6051378.

HSL color Cylindrical-coordinate representation of color #32565C: hue angle of 188.57º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #32565C is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB508692-
CMYK0.460.0700.64
HSL188.57º29.58%27.84%-
HSV(B)188.57º45.65%36.08%-
XYZ6.578.1111.34-
YUV75.92137.07109.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.93%
GREEN value IS 86 (33.98% from 255) = 37.72%
BLUE value IS 92 (36.33% from 255) = 40.35%
R=21.93%
G=37.72%
B=40.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5086920.460.0700.64188.5729.5827.84
Hex32565C2E7040bd1e1c
Octal6212613456701002753634
Binary1100101010110101110010111011101000000101111011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32565C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32565C; }

 p { color: rgb(50,86,92); }

 H1.HeaderClassName
 {
   color: #32565C;
 }
 .AnyTagClassName
 {
   color: #32565C;
 }
</style>
background-color css

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

 a { background-color: rgb(50,86,92); }

 div.DivClassName
 {
   background-color: #32565C;
 }
 .BgClassName
 {
   background-color: #32565C;
 }
</style>
border-color css

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

 span { border-color: rgb(50,86,92); }

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