Html Css Color HEX #53768D Wedgewood

📋 copy color: '#53768D'

red 83 ◦ green 118 ◦ blue 141

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

Shades of Wedgewood #53768D

Tints of Wedgewood #53768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.5%

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

R = 24.27%
G = 34.5%
B = 41.23%

CMYK

 C value IS 0.41

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53768D (or 0x53768D) is known color: Wedgewood. HEX triplet: 53, 76 and 8D. RGB value is (83,118,141). Sum of RGB (Red+Green+Blue) = 83+118+141=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 141 - color contains mainly: blue. Hex color #53768D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53768D is #AC8972. Grayscale: #6E6E6E. Windows color (decimal): -11307379 or 9270867. OLE color: 9270867.

HSL color Cylindrical-coordinate representation of color #53768D: hue angle of 203.79º 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 #53768D is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 118 141 -
CMYK 0.41 0.16 0 0.45
HSL 203.79º 0.26% 0.44% -
HSV(B) 203.79º 0.41% 0.55% -
XYZ 14.85 16.72 27.64 -
YUV 110.16 145.4 108.63 -
System Red Green Blue C M Y K H S L
Decimal 83 118 141 0.41 0.16 0 0.45 203.79 0.26 0.44
Hex 53 76 8D 29 10 0 2D CC 1A 2C
Octal 123 166 215 51 20 0 55 314 32 54
Binary 1010011 1110110 10001101 101001 10000 0 101101 11001100 11010 101100

Color Harmonies of #53768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53768D

Black with #53768D

Text Example


Text Example

White with #53768D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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