Html Css Color HEX #405358 Casal

📋 copy color: '#405358'

red 64 ◦ green 83 ◦ blue 88

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

Shades of Casal #405358

Tints of Casal #405358

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.32%

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

R = 27.23%
G = 35.32%
B = 37.45%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#405358 (or 0x405358) is known color: Casal. HEX triplet: 40, 53 and 58. RGB value is (64,83,88). Sum of RGB (Red+Green+Blue) = 64+83+88=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 88 (34.77% from 255 or 37.45% from 235); Max value from RGB is 88 - color contains mainly: blue. Hex color #405358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405358 is #BFACA7. Grayscale: #4D4D4D. Windows color (decimal): -12561576 or 5788480. OLE color: 5788480.

HSL color Cylindrical-coordinate representation of color #405358: hue angle of 192.5º 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 #405358 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 83 88 -
CMYK 0.27 0.06 0 0.65
HSL 192.5º 0.16% 0.3% -
HSV(B) 192.5º 0.27% 0.35% -
XYZ 6.97 7.98 10.41 -
YUV 77.89 133.71 118.09 -
System Red Green Blue C M Y K H S L
Decimal 64 83 88 0.27 0.06 0 0.65 192.5 0.16 0.3
Hex 40 53 58 1B 6 0 41 C0 10 1E
Octal 100 123 130 33 6 0 101 300 20 36
Binary 1000000 1010011 1011000 11011 110 0 1000001 11000000 10000 11110

Color Harmonies of #405358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405358

Black with #405358

Text Example


Text Example

White with #405358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405358; }

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

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

background-color css

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

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

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

border-color css

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

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

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