Html Css Color HEX #40585C Casal

📋 copy color: '#40585C'

red 64 ◦ green 88 ◦ blue 92

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

Shades of Casal #40585C

Tints of Casal #40585C

RGB

 RED value IS 64 (25.39% from 255) = 26.23%

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

 BLUE value IS 92 (36.33% from 255) = 37.7%

R = 26.23%
G = 36.07%
B = 37.7%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#40585C (or 0x40585C) is known color: Casal. HEX triplet: 40, 58 and 5C. RGB value is (64,88,92). Sum of RGB (Red+Green+Blue) = 64+88+92=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 92 - color contains mainly: blue. Hex color #40585C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40585C is #BFA7A3. Grayscale: #515151. Windows color (decimal): -12560292 or 6051904. OLE color: 6051904.

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

Color convert

RGB 64 88 92 -
CMYK 0.30 0.04 0 0.64
HSL 188.57º 0.18% 0.31% -
HSV(B) 188.57º 0.3% 0.36% -
XYZ 7.54 8.84 11.43 -
YUV 81.28 134.05 115.67 -
System Red Green Blue C M Y K H S L
Decimal 64 88 92 0.30 0.04 0 0.64 188.57 0.18 0.31
Hex 40 58 5C 1E 4 0 40 BD 12 1F
Octal 100 130 134 36 4 0 100 275 22 37
Binary 1000000 1011000 1011100 11110 100 0 1000000 10111101 10010 11111

Color Harmonies of #40585C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40585C

Black with #40585C

Text Example


Text Example

White with #40585C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,88,92); }

 H1.HeaderClassName
 {
   color: #40585C;
 }
 .AnyTagClassName
 {
   color: #40585C;
 }
</style>

background-color css

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

 a { background-color: rgb(64,88,92); }

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

border-color css

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

 span { border-color: rgb(64,88,92); }

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