Html Css Color HEX #53748A Wedgewood

📋 copy color: '#53748A'

red 83 ◦ green 116 ◦ blue 138

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

Shades of Wedgewood #53748A

Tints of Wedgewood #53748A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.42%

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

R = 24.63%
G = 34.42%
B = 40.95%

CMYK

 C value IS 0.40

 M value IS 0.16

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#53748A (or 0x53748A) is known color: Wedgewood. HEX triplet: 53, 74 and 8A. RGB value is (83,116,138). Sum of RGB (Red+Green+Blue) = 83+116+138=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 138 - color contains mainly: blue. Hex color #53748A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53748A is #AC8B75. Grayscale: #6C6C6C. Windows color (decimal): -11307894 or 9073747. OLE color: 9073747.

HSL color Cylindrical-coordinate representation of color #53748A: hue angle of 204º 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 #53748A is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 83 116 138 -
CMYK 0.40 0.16 0 0.46
HSL 204º 0.25% 0.43% -
HSV(B) 204º 0.4% 0.54% -
XYZ 14.4 16.16 26.41 -
YUV 108.64 144.57 109.71 -
System Red Green Blue C M Y K H S L
Decimal 83 116 138 0.40 0.16 0 0.46 204 0.25 0.43
Hex 53 74 8A 28 10 0 2E CC 19 2B
Octal 123 164 212 50 20 0 56 314 31 53
Binary 1010011 1110100 10001010 101000 10000 0 101110 11001100 11001 101011

Color Harmonies of #53748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53748A

Black with #53748A

Text Example


Text Example

White with #53748A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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