Html Css Color HEX #505C83 Chambray

📋 copy color: '#505C83'

red 80 ◦ green 92 ◦ blue 131

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

Shades of Chambray #505C83

Tints of Chambray #505C83

RGB

 RED value IS 80 (31.64% from 255) = 26.4%

 GREEN value IS 92 (36.33% from 255) = 30.36%

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

R = 26.4%
G = 30.36%
B = 43.23%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#505C83 (or 0x505C83) is known color: Chambray. HEX triplet: 50, 5C and 83. RGB value is (80,92,131). Sum of RGB (Red+Green+Blue) = 80+92+131=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 131 (51.56% from 255 or 43.23% from 303); Max value from RGB is 131 - color contains mainly: blue. Hex color #505C83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505C83 is #AFA37C. Grayscale: #5C5C5C. Windows color (decimal): -11510653 or 8608848. OLE color: 8608848.

HSL color Cylindrical-coordinate representation of color #505C83: hue angle of 225.88º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #505C83 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 92 131 -
CMYK 0.39 0.30 0 0.49
HSL 225.88º 0.24% 0.41% -
HSV(B) 225.88º 0.39% 0.51% -
XYZ 11.23 11 23 -
YUV 92.86 149.52 118.83 -
System Red Green Blue C M Y K H S L
Decimal 80 92 131 0.39 0.30 0 0.49 225.88 0.24 0.41
Hex 50 5C 83 27 1E 0 31 E2 18 29
Octal 120 134 203 47 36 0 61 342 30 51
Binary 1010000 1011100 10000011 100111 11110 0 110001 11100010 11000 101001

Color Harmonies of #505C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505C83

Black with #505C83

Text Example


Text Example

White with #505C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505C83; }

 p { color: rgb(80,92,131); }

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

background-color css

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

 a { background-color: rgb(80,92,131); }

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

border-color css

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

 span { border-color: rgb(80,92,131); }

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