Html Css Color HEX #53768F Wedgewood

📋 copy color: '#53768F'

red 83 ◦ green 118 ◦ blue 143

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

Shades of Wedgewood #53768F

Tints of Wedgewood #53768F

RGB

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

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

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

R = 24.13%
G = 34.3%
B = 41.57%

CMYK

 C value IS 0.42

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#53768F (or 0x53768F) is known color: Wedgewood. HEX triplet: 53, 76 and 8F. RGB value is (83,118,143). Sum of RGB (Red+Green+Blue) = 83+118+143=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 143 (56.25% from 255 or 41.57% from 344); Max value from RGB is 143 - color contains mainly: blue. Hex color #53768F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53768F is #AC8970. Grayscale: #6E6E6E. Windows color (decimal): -11307377 or 9401939. OLE color: 9401939.

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

Color convert

RGB 83 118 143 -
CMYK 0.42 0.17 0 0.44
HSL 205º 0.27% 0.44% -
HSV(B) 205º 0.42% 0.56% -
XYZ 15 16.78 28.43 -
YUV 110.39 146.4 108.47 -
System Red Green Blue C M Y K H S L
Decimal 83 118 143 0.42 0.17 0 0.44 205 0.27 0.44
Hex 53 76 8F 2A 11 0 2C CD 1B 2C
Octal 123 166 217 52 21 0 54 315 33 54
Binary 1010011 1110110 10001111 101010 10001 0 101100 11001101 11011 101100

Color Harmonies of #53768F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53768F

Black with #53768F

Text Example


Text Example

White with #53768F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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