Html Css Color HEX #517285 Wedgewood

📋 copy color: '#517285'

red 81 ◦ green 114 ◦ blue 133

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

Shades of Wedgewood #517285

Tints of Wedgewood #517285

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.76%

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

R = 24.7%
G = 34.76%
B = 40.55%

CMYK

 C value IS 0.39

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#517285 (or 0x517285) is known color: Wedgewood. HEX triplet: 51, 72 and 85. RGB value is (81,114,133). Sum of RGB (Red+Green+Blue) = 81+114+133=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 133 - color contains mainly: blue. Hex color #517285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517285 is #AE8D7A. Grayscale: #6A6A6A. Windows color (decimal): -11439483 or 8745553. OLE color: 8745553.

HSL color Cylindrical-coordinate representation of color #517285: hue angle of 201.92º 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 #517285 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 81 114 133 -
CMYK 0.39 0.14 0 0.48
HSL 201.92º 0.24% 0.42% -
HSV(B) 201.92º 0.39% 0.52% -
XYZ 13.64 15.48 24.46 -
YUV 106.3 143.07 109.96 -
System Red Green Blue C M Y K H S L
Decimal 81 114 133 0.39 0.14 0 0.48 201.92 0.24 0.42
Hex 51 72 85 27 E 0 30 CA 18 2A
Octal 121 162 205 47 16 0 60 312 30 52
Binary 1010001 1110010 10000101 100111 1110 0 110000 11001010 11000 101010

Color Harmonies of #517285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517285

Black with #517285

Text Example


Text Example

White with #517285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517285; }

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

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

background-color css

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

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

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

border-color css

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

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

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