Html Css Color HEX #53718B Wedgewood

📋 copy color: '#53718B'

red 83 ◦ green 113 ◦ blue 139

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

Shades of Wedgewood #53718B

Tints of Wedgewood #53718B

RGB

 RED value IS 83 (32.81% from 255) = 24.78%

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

 BLUE value IS 139 (54.69% from 255) = 41.49%

R = 24.78%
G = 33.73%
B = 41.49%

CMYK

 C value IS 0.40

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53718B (or 0x53718B) is known color: Wedgewood. HEX triplet: 53, 71 and 8B. RGB value is (83,113,139). Sum of RGB (Red+Green+Blue) = 83+113+139=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 139 - color contains mainly: blue. Hex color #53718B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53718B is #AC8E74. Grayscale: #6A6A6A. Windows color (decimal): -11308661 or 9138515. OLE color: 9138515.

HSL color Cylindrical-coordinate representation of color #53718B: hue angle of 207.86º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53718B is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 113 139 -
CMYK 0.40 0.19 0 0.45
HSL 207.86º 0.25% 0.44% -
HSV(B) 207.86º 0.4% 0.55% -
XYZ 14.13 15.51 26.68 -
YUV 106.99 146.06 110.89 -
System Red Green Blue C M Y K H S L
Decimal 83 113 139 0.40 0.19 0 0.45 207.86 0.25 0.44
Hex 53 71 8B 28 13 0 2D D0 19 2C
Octal 123 161 213 50 23 0 55 320 31 54
Binary 1010011 1110001 10001011 101000 10011 0 101101 11010000 11001 101100

Color Harmonies of #53718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53718B

Black with #53718B

Text Example


Text Example

White with #53718B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53718B; }

 p { color: rgb(83,113,139); }

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

background-color css

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

 a { background-color: rgb(83,113,139); }

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

border-color css

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

 span { border-color: rgb(83,113,139); }

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