Html Css Color HEX #515983 Chambray

📋 copy color: '#515983'

red 81 ◦ green 89 ◦ blue 131

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

Shades of Chambray #515983

Tints of Chambray #515983

RGB

 RED value IS 81 (32.03% from 255) = 26.91%

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

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

R = 26.91%
G = 29.57%
B = 43.52%

CMYK

 C value IS 0.38

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#515983 (or 0x515983) is known color: Chambray. HEX triplet: 51, 59 and 83. RGB value is (81,89,131). Sum of RGB (Red+Green+Blue) = 81+89+131=301 (39% of max value = 765). Red value is 81 (32.03% from 255 or 26.91% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 131 (51.56% from 255 or 43.52% from 301); Max value from RGB is 131 - color contains mainly: blue. Hex color #515983 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515983 is #AEA67C. Grayscale: #5B5B5B. Windows color (decimal): -11445885 or 8608081. OLE color: 8608081.

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

Color convert

RGB 81 89 131 -
CMYK 0.38 0.32 0 0.49
HSL 230.4º 0.24% 0.42% -
HSV(B) 230.4º 0.38% 0.51% -
XYZ 11.06 10.53 22.92 -
YUV 91.4 150.35 120.58 -
System Red Green Blue C M Y K H S L
Decimal 81 89 131 0.38 0.32 0 0.49 230.4 0.24 0.42
Hex 51 59 83 26 20 0 31 E6 18 2A
Octal 121 131 203 46 40 0 61 346 30 52
Binary 1010001 1011001 10000011 100110 100000 0 110001 11100110 11000 101010

Color Harmonies of #515983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515983

Black with #515983

Text Example


Text Example

White with #515983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515983; }

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

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

background-color css

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

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

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

border-color css

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

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

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