Html Css Color HEX #405575 Chambray

📋 copy color: '#405575'

red 64 ◦ green 85 ◦ blue 117

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

Shades of Chambray #405575

Tints of Chambray #405575

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.95%

 BLUE value IS 117 (46.09% from 255) = 43.98%

R = 24.06%
G = 31.95%
B = 43.98%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#405575 (or 0x405575) is known color: Chambray. HEX triplet: 40, 55 and 75. RGB value is (64,85,117). Sum of RGB (Red+Green+Blue) = 64+85+117=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 117 - color contains mainly: blue. Hex color #405575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405575 is #BFAA8A. Grayscale: #525252. Windows color (decimal): -12561035 or 7689536. OLE color: 7689536.

HSL color Cylindrical-coordinate representation of color #405575: hue angle of 216.23º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #405575 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 85 117 -
CMYK 0.45 0.27 0 0.54
HSL 216.23º 0.29% 0.35% -
HSV(B) 216.23º 0.45% 0.46% -
XYZ 8.57 8.87 18.09 -
YUV 82.37 147.54 114.9 -
System Red Green Blue C M Y K H S L
Decimal 64 85 117 0.45 0.27 0 0.54 216.23 0.29 0.35
Hex 40 55 75 2D 1B 0 36 D8 1D 23
Octal 100 125 165 55 33 0 66 330 35 43
Binary 1000000 1010101 1110101 101101 11011 0 110110 11011000 11101 100011

Color Harmonies of #405575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405575

Black with #405575

Text Example


Text Example

White with #405575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405575; }

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

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

background-color css

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

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

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

border-color css

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

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

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