Html Css Color HEX #53708A Wedgewood

📋 copy color: '#53708A'

red 83 ◦ green 112 ◦ blue 138

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

Shades of Wedgewood #53708A

Tints of Wedgewood #53708A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.63%

 BLUE value IS 138 (54.3% from 255) = 41.44%

R = 24.92%
G = 33.63%
B = 41.44%

CMYK

 C value IS 0.40

 M value IS 0.19

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#53708A (or 0x53708A) is known color: Wedgewood. HEX triplet: 53, 70 and 8A. RGB value is (83,112,138). Sum of RGB (Red+Green+Blue) = 83+112+138=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 138 - color contains mainly: blue. Hex color #53708A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53708A is #AC8F75. Grayscale: #6A6A6A. Windows color (decimal): -11308918 or 9072723. OLE color: 9072723.

HSL color Cylindrical-coordinate representation of color #53708A: hue angle of 208.36º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53708A is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 83 112 138 -
CMYK 0.40 0.19 0 0.46
HSL 208.36º 0.25% 0.43% -
HSV(B) 208.36º 0.4% 0.54% -
XYZ 13.95 15.26 26.26 -
YUV 106.29 145.89 111.39 -
System Red Green Blue C M Y K H S L
Decimal 83 112 138 0.40 0.19 0 0.46 208.36 0.25 0.43
Hex 53 70 8A 28 13 0 2E D0 19 2B
Octal 123 160 212 50 23 0 56 320 31 53
Binary 1010011 1110000 10001010 101000 10011 0 101110 11010000 11001 101011

Color Harmonies of #53708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53708A

Black with #53708A

Text Example


Text Example

White with #53708A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53708A; }

 p { color: rgb(83,112,138); }

 H1.HeaderClassName
 {
   color: #53708A;
 }
 .AnyTagClassName
 {
   color: #53708A;
 }
</style>

background-color css

<style>
 a { background-color: #53708A; }

 a { background-color: rgb(83,112,138); }

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

border-color css

<style>
 span { border-color: #53708A; }

 span { border-color: rgb(83,112,138); }

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