#517795

Color #517795 Wedgewood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wedgewood #517795

Tints of Wedgewood #517795

Color information

#517795 (or 0x517795) is unknown color: approx Wedgewood. HEX triplet: 51, 77 and 95. RGB value is (81,119,149). Sum of RGB (Red+Green+Blue) = 81+119+149=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 149 (58.59% from 255 or 42.69% from 349); Max value from RGB is 149 - color contains mainly: blue. Hex color #517795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517795 is #AE886A. Grayscale: #6E6E6E. Windows color (decimal): -11438187 or 9795409. OLE color: 9795409.

HSL color Cylindrical-coordinate representation of color #517795: hue angle of 206.47º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #517795 is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB81119149-
CMYK0.460.2000.42
HSL206.47º29.57%45.1%-
HSV(B)206.47º45.64%58.43%-
XYZ15.4117.1130.92-
YUV111.06149.41106.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.21%
GREEN value IS 119 (46.88% from 255) = 34.10%
BLUE value IS 149 (58.59% from 255) = 42.69%
R=23.21%
G=34.10%
B=42.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811191490.460.2000.42206.4729.5745.1
Hex5177952E1402Ace1e2d
Octal12116722556240523163655
Binary10100011110111100101011011101010001010101100111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517795; }

 p { color: rgb(81,119,149); }

 H1.HeaderClassName
 {
   color: #517795;
 }
 .AnyTagClassName
 {
   color: #517795;
 }
</style>
background-color css

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

 a { background-color: rgb(81,119,149); }

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

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

 span { border-color: rgb(81,119,149); }

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