Html Css Color HEX #515883 Chambray

📋 copy color: '#515883'

red 81 ◦ green 88 ◦ blue 131

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

Shades of Chambray #515883

Tints of Chambray #515883

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.33%

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

R = 27%
G = 29.33%
B = 43.67%

CMYK

 C value IS 0.38

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#515883 (or 0x515883) is known color: Chambray. HEX triplet: 51, 58 and 83. RGB value is (81,88,131). Sum of RGB (Red+Green+Blue) = 81+88+131=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 131 (51.56% from 255 or 43.67% from 300); Max value from RGB is 131 - color contains mainly: blue. Hex color #515883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515883 is #AEA77C. Grayscale: #5A5A5A. Windows color (decimal): -11446141 or 8607825. OLE color: 8607825.

HSL color Cylindrical-coordinate representation of color #515883: hue angle of 231.6º 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 #515883 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 88 131 -
CMYK 0.38 0.33 0 0.49
HSL 231.6º 0.24% 0.42% -
HSV(B) 231.6º 0.38% 0.51% -
XYZ 10.98 10.37 22.9 -
YUV 90.81 150.68 121 -
System Red Green Blue C M Y K H S L
Decimal 81 88 131 0.38 0.33 0 0.49 231.6 0.24 0.42
Hex 51 58 83 26 21 0 31 E8 18 2A
Octal 121 130 203 46 41 0 61 350 30 52
Binary 1010001 1011000 10000011 100110 100001 0 110001 11101000 11000 101010

Color Harmonies of #515883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515883

Black with #515883

Text Example


Text Example

White with #515883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515883; }

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

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

background-color css

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

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

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

border-color css

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

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

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