Html Css Color HEX #405983 Chambray

📋 copy color: '#405983'

red 64 ◦ green 89 ◦ blue 131

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

Shades of Chambray #405983

Tints of Chambray #405983

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.34%

 BLUE value IS 131 (51.56% from 255) = 46.13%

R = 22.54%
G = 31.34%
B = 46.13%

CMYK

 C value IS 0.51

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#405983 (or 0x405983) is known color: Chambray. HEX triplet: 40, 59 and 83. RGB value is (64,89,131). Sum of RGB (Red+Green+Blue) = 64+89+131=284 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.54% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 131 - color contains mainly: blue. Hex color #405983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405983 is #BFA67C. Grayscale: #565656. Windows color (decimal): -12559997 or 8608064. OLE color: 8608064.

HSL color Cylindrical-coordinate representation of color #405983: hue angle of 217.61º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #405983 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 89 131 -
CMYK 0.51 0.32 0 0.49
HSL 217.61º 0.34% 0.38% -
HSV(B) 217.61º 0.51% 0.51% -
XYZ 9.78 9.87 22.86 -
YUV 86.31 153.22 112.08 -
System Red Green Blue C M Y K H S L
Decimal 64 89 131 0.51 0.32 0 0.49 217.61 0.34 0.38
Hex 40 59 83 33 20 0 31 DA 22 26
Octal 100 131 203 63 40 0 61 332 42 46
Binary 1000000 1011001 10000011 110011 100000 0 110001 11011010 100010 100110

Color Harmonies of #405983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405983

Black with #405983

Text Example


Text Example

White with #405983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405983; }

 p { color: rgb(64,89,131); }

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

background-color css

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

 a { background-color: rgb(64,89,131); }

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

border-color css

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

 span { border-color: rgb(64,89,131); }

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