Html Css Color HEX #515F85 Chambray

📋 copy color: '#515F85'

red 81 ◦ green 95 ◦ blue 133

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

Shades of Chambray #515F85

Tints of Chambray #515F85

RGB

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

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

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

R = 26.21%
G = 30.74%
B = 43.04%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#515F85 (or 0x515F85) is known color: Chambray. HEX triplet: 51, 5F and 85. RGB value is (81,95,133). Sum of RGB (Red+Green+Blue) = 81+95+133=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 133 - color contains mainly: blue. Hex color #515F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515F85 is #AEA07A. Grayscale: #5E5E5E. Windows color (decimal): -11444347 or 8740689. OLE color: 8740689.

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

Color convert

RGB 81 95 133 -
CMYK 0.39 0.29 0 0.48
HSL 223.85º 0.24% 0.42% -
HSV(B) 223.85º 0.39% 0.52% -
XYZ 11.72 11.63 23.82 -
YUV 95.15 149.36 117.91 -
System Red Green Blue C M Y K H S L
Decimal 81 95 133 0.39 0.29 0 0.48 223.85 0.24 0.42
Hex 51 5F 85 27 1D 0 30 E0 18 2A
Octal 121 137 205 47 35 0 60 340 30 52
Binary 1010001 1011111 10000101 100111 11101 0 110000 11100000 11000 101010

Color Harmonies of #515F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515F85

Black with #515F85

Text Example


Text Example

White with #515F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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