Html Css Color HEX #32565C Casal

📋 copy color: '#32565C'

red 50 ◦ green 86 ◦ blue 92

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

Shades of Casal #32565C

Tints of Casal #32565C

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 value IS 0.46

 M value IS 0.07

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#32565C (or 0x32565C) is known color: 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

RGB 50 86 92 -
CMYK 0.46 0.07 0 0.64
HSL 188.57º 0.3% 0.28% -
HSV(B) 188.57º 0.46% 0.36% -
XYZ 6.57 8.11 11.34 -
YUV 75.92 137.07 109.51 -
System Red Green Blue C M Y K H S L
Decimal 50 86 92 0.46 0.07 0 0.64 188.57 0.3 0.28
Hex 32 56 5C 2E 7 0 40 BD 1E 1C
Octal 62 126 134 56 7 0 100 275 36 34
Binary 110010 1010110 1011100 101110 111 0 1000000 10111101 11110 11100

Color Harmonies of #32565C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32565C

Black with #32565C

Text Example


Text Example

White with #32565C

Text Example


Text Example

HTML Codes & Css Web 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>