Html Css Color HEX #405258 Casal

📋 copy color: '#405258'

red 64 ◦ green 82 ◦ blue 88

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

Shades of Casal #405258

Tints of Casal #405258

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.04%

 BLUE value IS 88 (34.77% from 255) = 37.61%

R = 27.35%
G = 35.04%
B = 37.61%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#405258 (or 0x405258) is known color: Casal. HEX triplet: 40, 52 and 58. RGB value is (64,82,88). Sum of RGB (Red+Green+Blue) = 64+82+88=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 88 - color contains mainly: blue. Hex color #405258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405258 is #BFADA7. Grayscale: #4D4D4D. Windows color (decimal): -12561832 or 5788224. OLE color: 5788224.

HSL color Cylindrical-coordinate representation of color #405258: hue angle of 195º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #405258 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 82 88 -
CMYK 0.27 0.07 0 0.65
HSL 195º 0.16% 0.3% -
HSV(B) 195º 0.27% 0.35% -
XYZ 6.89 7.83 10.38 -
YUV 77.3 134.04 118.51 -
System Red Green Blue C M Y K H S L
Decimal 64 82 88 0.27 0.07 0 0.65 195 0.16 0.3
Hex 40 52 58 1B 7 0 41 C3 10 1E
Octal 100 122 130 33 7 0 101 303 20 36
Binary 1000000 1010010 1011000 11011 111 0 1000001 11000011 10000 11110

Color Harmonies of #405258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405258

Black with #405258

Text Example


Text Example

White with #405258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405258; }

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

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

background-color css

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

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

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

border-color css

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

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

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