Html Css Color HEX #405357 Casal

📋 copy color: '#405357'

red 64 ◦ green 83 ◦ blue 87

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

Shades of Casal #405357

Tints of Casal #405357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 37.18%

R = 27.35%
G = 35.47%
B = 37.18%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#405357 (or 0x405357) is known color: Casal. HEX triplet: 40, 53 and 57. RGB value is (64,83,87). Sum of RGB (Red+Green+Blue) = 64+83+87=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 87 (34.38% from 255 or 37.18% from 234); Max value from RGB is 87 - color contains mainly: blue. Hex color #405357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405357 is #BFACA8. Grayscale: #4D4D4D. Windows color (decimal): -12561577 or 5722944. OLE color: 5722944.

HSL color Cylindrical-coordinate representation of color #405357: hue angle of 190.43º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #405357 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 64 83 87 -
CMYK 0.26 0.05 0 0.66
HSL 190.43º 0.15% 0.3% -
HSV(B) 190.43º 0.26% 0.34% -
XYZ 6.93 7.96 10.19 -
YUV 77.78 133.21 118.17 -
System Red Green Blue C M Y K H S L
Decimal 64 83 87 0.26 0.05 0 0.66 190.43 0.15 0.3
Hex 40 53 57 1A 5 0 42 BE F 1E
Octal 100 123 127 32 5 0 102 276 17 36
Binary 1000000 1010011 1010111 11010 101 0 1000010 10111110 1111 11110

Color Harmonies of #405357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405357

Black with #405357

Text Example


Text Example

White with #405357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405357; }

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

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

background-color css

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

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

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

border-color css

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

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

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