Html Css Color HEX #53758F Wedgewood

📋 copy color: '#53758F'

red 83 ◦ green 117 ◦ blue 143

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

Shades of Wedgewood #53758F

Tints of Wedgewood #53758F

RGB

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

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

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

R = 24.2%
G = 34.11%
B = 41.69%

CMYK

 C value IS 0.42

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#53758F (or 0x53758F) is known color: Wedgewood. HEX triplet: 53, 75 and 8F. RGB value is (83,117,143). Sum of RGB (Red+Green+Blue) = 83+117+143=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 143 (56.25% from 255 or 41.69% from 343); Max value from RGB is 143 - color contains mainly: blue. Hex color #53758F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53758F is #AC8A70. Grayscale: #6D6D6D. Windows color (decimal): -11307633 or 9401683. OLE color: 9401683.

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

Color convert

RGB 83 117 143 -
CMYK 0.42 0.18 0 0.44
HSL 206º 0.27% 0.44% -
HSV(B) 206º 0.42% 0.56% -
XYZ 14.89 16.54 28.4 -
YUV 109.8 146.74 108.89 -
System Red Green Blue C M Y K H S L
Decimal 83 117 143 0.42 0.18 0 0.44 206 0.27 0.44
Hex 53 75 8F 2A 12 0 2C CE 1B 2C
Octal 123 165 217 52 22 0 54 316 33 54
Binary 1010011 1110101 10001111 101010 10010 0 101100 11001110 11011 101100

Color Harmonies of #53758F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53758F

Black with #53758F

Text Example


Text Example

White with #53758F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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