Html Css Color HEX #507185 Wedgewood

📋 copy color: '#507185'

red 80 ◦ green 113 ◦ blue 133

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

Shades of Wedgewood #507185

Tints of Wedgewood #507185

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.66%

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

R = 24.54%
G = 34.66%
B = 40.8%

CMYK

 C value IS 0.40

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#507185 (or 0x507185) is known color: Wedgewood. HEX triplet: 50, 71 and 85. RGB value is (80,113,133). Sum of RGB (Red+Green+Blue) = 80+113+133=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 133 - color contains mainly: blue. Hex color #507185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507185 is #AF8E7A. Grayscale: #696969. Windows color (decimal): -11505275 or 8745296. OLE color: 8745296.

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

Color convert

RGB 80 113 133 -
CMYK 0.40 0.15 0 0.48
HSL 202.64º 0.25% 0.42% -
HSV(B) 202.64º 0.4% 0.52% -
XYZ 13.45 15.21 24.42 -
YUV 105.41 143.57 109.87 -
System Red Green Blue C M Y K H S L
Decimal 80 113 133 0.40 0.15 0 0.48 202.64 0.25 0.42
Hex 50 71 85 28 F 0 30 CB 19 2A
Octal 120 161 205 50 17 0 60 313 31 52
Binary 1010000 1110001 10000101 101000 1111 0 110000 11001011 11001 101010

Color Harmonies of #507185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507185

Black with #507185

Text Example


Text Example

White with #507185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507185; }

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

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

background-color css

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

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

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

border-color css

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

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

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