Html Css Color HEX #53748E Wedgewood

📋 copy color: '#53748E'

red 83 ◦ green 116 ◦ blue 142

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

Shades of Wedgewood #53748E

Tints of Wedgewood #53748E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.02%

 BLUE value IS 142 (55.86% from 255) = 41.64%

R = 24.34%
G = 34.02%
B = 41.64%

CMYK

 C value IS 0.42

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#53748E (or 0x53748E) is known color: Wedgewood. HEX triplet: 53, 74 and 8E. RGB value is (83,116,142). Sum of RGB (Red+Green+Blue) = 83+116+142=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 142 (55.86% from 255 or 41.64% from 341); Max value from RGB is 142 - color contains mainly: blue. Hex color #53748E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53748E is #AC8B71. Grayscale: #6C6C6C. Windows color (decimal): -11307890 or 9335891. OLE color: 9335891.

HSL color Cylindrical-coordinate representation of color #53748E: hue angle of 206.44º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53748E is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 116 142 -
CMYK 0.42 0.18 0 0.44
HSL 206.44º 0.26% 0.44% -
HSV(B) 206.44º 0.42% 0.56% -
XYZ 14.7 16.28 27.96 -
YUV 109.1 146.57 109.39 -
System Red Green Blue C M Y K H S L
Decimal 83 116 142 0.42 0.18 0 0.44 206.44 0.26 0.44
Hex 53 74 8E 2A 12 0 2C CE 1A 2C
Octal 123 164 216 52 22 0 54 316 32 54
Binary 1010011 1110100 10001110 101010 10010 0 101100 11001110 11010 101100

Color Harmonies of #53748E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53748E

Black with #53748E

Text Example


Text Example

White with #53748E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53748E; }

 p { color: rgb(83,116,142); }

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

background-color css

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

 a { background-color: rgb(83,116,142); }

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

border-color css

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

 span { border-color: rgb(83,116,142); }

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