Html Css Color HEX #53748F Wedgewood

📋 copy color: '#53748F'

red 83 ◦ green 116 ◦ blue 143

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

Shades of Wedgewood #53748F

Tints of Wedgewood #53748F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.81%

R = 24.27%
G = 33.92%
B = 41.81%

CMYK

 C value IS 0.42

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#53748F (or 0x53748F) is known color: Wedgewood. HEX triplet: 53, 74 and 8F. RGB value is (83,116,143). Sum of RGB (Red+Green+Blue) = 83+116+143=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 143 (56.25% from 255 or 41.81% from 342); Max value from RGB is 143 - color contains mainly: blue. Hex color #53748F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53748F is #AC8B70. Grayscale: #6D6D6D. Windows color (decimal): -11307889 or 9401427. OLE color: 9401427.

HSL color Cylindrical-coordinate representation of color #53748F: hue angle of 207º degrees, saturation: 0.27, 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 #53748F is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 116 143 -
CMYK 0.42 0.19 0 0.44
HSL 207º 0.27% 0.44% -
HSV(B) 207º 0.42% 0.56% -
XYZ 14.77 16.31 28.36 -
YUV 109.21 147.07 109.3 -
System Red Green Blue C M Y K H S L
Decimal 83 116 143 0.42 0.19 0 0.44 207 0.27 0.44
Hex 53 74 8F 2A 13 0 2C CF 1B 2C
Octal 123 164 217 52 23 0 54 317 33 54
Binary 1010011 1110100 10001111 101010 10011 0 101100 11001111 11011 101100

Color Harmonies of #53748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53748F

Black with #53748F

Text Example


Text Example

White with #53748F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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