Html Css Color HEX #507084 Wedgewood

📋 copy color: '#507084'

red 80 ◦ green 112 ◦ blue 132

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

Shades of Wedgewood #507084

Tints of Wedgewood #507084

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.57%

 BLUE value IS 132 (51.95% from 255) = 40.74%

R = 24.69%
G = 34.57%
B = 40.74%

CMYK

 C value IS 0.39

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#507084 (or 0x507084) is known color: Wedgewood. HEX triplet: 50, 70 and 84. RGB value is (80,112,132). Sum of RGB (Red+Green+Blue) = 80+112+132=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 132 (51.95% from 255 or 40.74% from 324); Max value from RGB is 132 - color contains mainly: blue. Hex color #507084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507084 is #AF8F7B. Grayscale: #686868. Windows color (decimal): -11505532 or 8679504. OLE color: 8679504.

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

Color convert

RGB 80 112 132 -
CMYK 0.39 0.15 0 0.48
HSL 203.08º 0.25% 0.42% -
HSV(B) 203.08º 0.39% 0.52% -
XYZ 13.27 14.96 24.02 -
YUV 104.71 143.4 110.37 -
System Red Green Blue C M Y K H S L
Decimal 80 112 132 0.39 0.15 0 0.48 203.08 0.25 0.42
Hex 50 70 84 27 F 0 30 CB 19 2A
Octal 120 160 204 47 17 0 60 313 31 52
Binary 1010000 1110000 10000100 100111 1111 0 110000 11001011 11001 101010

Color Harmonies of #507084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507084

Black with #507084

Text Example


Text Example

White with #507084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507084; }

 p { color: rgb(80,112,132); }

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

background-color css

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

 a { background-color: rgb(80,112,132); }

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

border-color css

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

 span { border-color: rgb(80,112,132); }

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