Html Css Color HEX #405055 Casal

📋 copy color: '#405055'

red 64 ◦ green 80 ◦ blue 85

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

Shades of Casal #405055

Tints of Casal #405055

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.93%

 BLUE value IS 85 (33.59% from 255) = 37.12%

R = 27.95%
G = 34.93%
B = 37.12%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#405055 (or 0x405055) is known color: Casal. HEX triplet: 40, 50 and 55. RGB value is (64,80,85). Sum of RGB (Red+Green+Blue) = 64+80+85=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 85 - color contains mainly: blue. Hex color #405055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405055 is #BFAFAA. Grayscale: #4B4B4B. Windows color (decimal): -12562347 or 5591104. OLE color: 5591104.

HSL color Cylindrical-coordinate representation of color #405055: hue angle of 194.29º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #405055 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 80 85 -
CMYK 0.25 0.06 0 0.67
HSL 194.29º 0.14% 0.29% -
HSV(B) 194.29º 0.25% 0.33% -
XYZ 6.62 7.48 9.69 -
YUV 75.79 133.2 119.59 -
System Red Green Blue C M Y K H S L
Decimal 64 80 85 0.25 0.06 0 0.67 194.29 0.14 0.29
Hex 40 50 55 19 6 0 43 C2 E 1D
Octal 100 120 125 31 6 0 103 302 16 35
Binary 1000000 1010000 1010101 11001 110 0 1000011 11000010 1110 11101

Color Harmonies of #405055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405055

Black with #405055

Text Example


Text Example

White with #405055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405055; }

 p { color: rgb(64,80,85); }

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

background-color css

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

 a { background-color: rgb(64,80,85); }

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

border-color css

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

 span { border-color: rgb(64,80,85); }

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