Html Css Color HEX #53758D Wedgewood

📋 copy color: '#53758D'

red 83 ◦ green 117 ◦ blue 141

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

Shades of Wedgewood #53758D

Tints of Wedgewood #53758D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.35%

R = 24.34%
G = 34.31%
B = 41.35%

CMYK

 C value IS 0.41

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53758D (or 0x53758D) is known color: Wedgewood. HEX triplet: 53, 75 and 8D. RGB value is (83,117,141). Sum of RGB (Red+Green+Blue) = 83+117+141=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 141 - color contains mainly: blue. Hex color #53758D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53758D is #AC8A72. Grayscale: #6D6D6D. Windows color (decimal): -11307635 or 9270611. OLE color: 9270611.

HSL color Cylindrical-coordinate representation of color #53758D: hue angle of 204.83º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #53758D is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 117 141 -
CMYK 0.41 0.17 0 0.45
HSL 204.83º 0.26% 0.44% -
HSV(B) 204.83º 0.41% 0.55% -
XYZ 14.74 16.48 27.6 -
YUV 109.57 145.74 109.05 -
System Red Green Blue C M Y K H S L
Decimal 83 117 141 0.41 0.17 0 0.45 204.83 0.26 0.44
Hex 53 75 8D 29 11 0 2D CD 1A 2C
Octal 123 165 215 51 21 0 55 315 32 54
Binary 1010011 1110101 10001101 101001 10001 0 101101 11001101 11010 101100

Color Harmonies of #53758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53758D

Black with #53758D

Text Example


Text Example

White with #53758D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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