Html Css Color HEX #53758E Wedgewood

📋 copy color: '#53758E'

red 83 ◦ green 117 ◦ blue 142

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

Shades of Wedgewood #53758E

Tints of Wedgewood #53758E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.21%

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

R = 24.27%
G = 34.21%
B = 41.52%

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

#53758E (or 0x53758E) is known color: Wedgewood. HEX triplet: 53, 75 and 8E. RGB value is (83,117,142). Sum of RGB (Red+Green+Blue) = 83+117+142=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 142 - color contains mainly: blue. Hex color #53758E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53758E is #AC8A71. Grayscale: #6D6D6D. Windows color (decimal): -11307634 or 9336147. OLE color: 9336147.

HSL color Cylindrical-coordinate representation of color #53758E: hue angle of 205.42º 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 #53758E is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 117 142 -
CMYK 0.42 0.18 0 0.44
HSL 205.42º 0.26% 0.44% -
HSV(B) 205.42º 0.42% 0.56% -
XYZ 14.81 16.51 28 -
YUV 109.68 146.24 108.97 -
System Red Green Blue C M Y K H S L
Decimal 83 117 142 0.42 0.18 0 0.44 205.42 0.26 0.44
Hex 53 75 8E 2A 12 0 2C CD 1A 2C
Octal 123 165 216 52 22 0 54 315 32 54
Binary 1010011 1110101 10001110 101010 10010 0 101100 11001101 11010 101100

Color Harmonies of #53758E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53758E

Black with #53758E

Text Example


Text Example

White with #53758E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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