Html Css Color HEX #32585F Casal

📋 copy color: '#32585F'

red 50 ◦ green 88 ◦ blue 95

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

Shades of Casal #32585F

Tints of Casal #32585F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.77%

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

R = 21.46%
G = 37.77%
B = 40.77%

CMYK

 C value IS 0.47

 M value IS 0.07

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#32585F (or 0x32585F) is known color: Casal. HEX triplet: 32, 58 and 5F. RGB value is (50,88,95). Sum of RGB (Red+Green+Blue) = 50+88+95=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 95 (37.5% from 255 or 40.77% from 233); Max value from RGB is 95 - color contains mainly: blue. Hex color #32585F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32585F is #CDA7A0. Grayscale: #4D4D4D. Windows color (decimal): -13477793 or 6248498. OLE color: 6248498.

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

Color convert

RGB 50 88 95 -
CMYK 0.47 0.07 0 0.63
HSL 189.33º 0.31% 0.28% -
HSV(B) 189.33º 0.47% 0.37% -
XYZ 6.87 8.48 12.1 -
YUV 77.44 137.91 108.43 -
System Red Green Blue C M Y K H S L
Decimal 50 88 95 0.47 0.07 0 0.63 189.33 0.31 0.28
Hex 32 58 5F 2F 7 0 3F BD 1F 1C
Octal 62 130 137 57 7 0 77 275 37 34
Binary 110010 1011000 1011111 101111 111 0 111111 10111101 11111 11100

Color Harmonies of #32585F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32585F

Black with #32585F

Text Example


Text Example

White with #32585F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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