Html Css Color HEX #32505B Casal

📋 copy color: '#32505B'

red 50 ◦ green 80 ◦ blue 91

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

Shades of Casal #32505B

Tints of Casal #32505B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 41.18%

R = 22.62%
G = 36.2%
B = 41.18%

CMYK

 C value IS 0.45

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#32505B (or 0x32505B) is known color: Casal. HEX triplet: 32, 50 and 5B. RGB value is (50,80,91). Sum of RGB (Red+Green+Blue) = 50+80+91=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 91 - color contains mainly: blue. Hex color #32505B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32505B is #CDAFA4. Grayscale: #484848. Windows color (decimal): -13479845 or 5984306. OLE color: 5984306.

HSL color Cylindrical-coordinate representation of color #32505B: hue angle of 196.1º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #32505B is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 50 80 91 -
CMYK 0.45 0.12 0 0.64
HSL 196.1º 0.29% 0.28% -
HSV(B) 196.1º 0.45% 0.36% -
XYZ 6.07 7.17 10.96 -
YUV 72.28 138.56 112.11 -
System Red Green Blue C M Y K H S L
Decimal 50 80 91 0.45 0.12 0 0.64 196.1 0.29 0.28
Hex 32 50 5B 2D C 0 40 C4 1D 1C
Octal 62 120 133 55 14 0 100 304 35 34
Binary 110010 1010000 1011011 101101 1100 0 1000000 11000100 11101 11100

Color Harmonies of #32505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32505B

Black with #32505B

Text Example


Text Example

White with #32505B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32505B; }

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

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

background-color css

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

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

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

border-color css

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

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

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