Html Css Color HEX #505F85 Chambray

📋 copy color: '#505F85'

red 80 ◦ green 95 ◦ blue 133

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

Shades of Chambray #505F85

Tints of Chambray #505F85

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.84%

 BLUE value IS 133 (52.34% from 255) = 43.18%

R = 25.97%
G = 30.84%
B = 43.18%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#505F85 (or 0x505F85) is known color: Chambray. HEX triplet: 50, 5F and 85. RGB value is (80,95,133). Sum of RGB (Red+Green+Blue) = 80+95+133=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 133 - color contains mainly: blue. Hex color #505F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505F85 is #AFA07A. Grayscale: #5E5E5E. Windows color (decimal): -11509883 or 8740688. OLE color: 8740688.

HSL color Cylindrical-coordinate representation of color #505F85: hue angle of 223.02º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #505F85 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 95 133 -
CMYK 0.40 0.29 0 0.48
HSL 223.02º 0.25% 0.42% -
HSV(B) 223.02º 0.4% 0.52% -
XYZ 11.63 11.58 23.81 -
YUV 94.85 149.53 117.41 -
System Red Green Blue C M Y K H S L
Decimal 80 95 133 0.40 0.29 0 0.48 223.02 0.25 0.42
Hex 50 5F 85 28 1D 0 30 DF 19 2A
Octal 120 137 205 50 35 0 60 337 31 52
Binary 1010000 1011111 10000101 101000 11101 0 110000 11011111 11001 101010

Color Harmonies of #505F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505F85

Black with #505F85

Text Example


Text Example

White with #505F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,95,133); }

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

background-color css

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

 a { background-color: rgb(80,95,133); }

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

border-color css

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

 span { border-color: rgb(80,95,133); }

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