Html Css Color HEX #52738B Wedgewood

📋 copy color: '#52738B'

red 82 ◦ green 115 ◦ blue 139

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

Shades of Wedgewood #52738B

Tints of Wedgewood #52738B

RGB

 RED value IS 82 (32.42% from 255) = 24.4%

 GREEN value IS 115 (45.31% from 255) = 34.23%

 BLUE value IS 139 (54.69% from 255) = 41.37%

R = 24.4%
G = 34.23%
B = 41.37%

CMYK

 C value IS 0.41

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#52738B (or 0x52738B) is known color: Wedgewood. HEX triplet: 52, 73 and 8B. RGB value is (82,115,139). Sum of RGB (Red+Green+Blue) = 82+115+139=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 139 - color contains mainly: blue. Hex color #52738B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52738B is #AD8C74. Grayscale: #6B6B6B. Windows color (decimal): -11373685 or 9139026. OLE color: 9139026.

HSL color Cylindrical-coordinate representation of color #52738B: hue angle of 205.26º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #52738B is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 115 139 -
CMYK 0.41 0.17 0 0.45
HSL 205.26º 0.26% 0.43% -
HSV(B) 205.26º 0.41% 0.55% -
XYZ 14.27 15.92 26.75 -
YUV 107.87 145.57 109.55 -
System Red Green Blue C M Y K H S L
Decimal 82 115 139 0.41 0.17 0 0.45 205.26 0.26 0.43
Hex 52 73 8B 29 11 0 2D CD 1A 2B
Octal 122 163 213 51 21 0 55 315 32 53
Binary 1010010 1110011 10001011 101001 10001 0 101101 11001101 11010 101011

Color Harmonies of #52738B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52738B

Black with #52738B

Text Example


Text Example

White with #52738B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52738B; }

 p { color: rgb(82,115,139); }

 H1.HeaderClassName
 {
   color: #52738B;
 }
 .AnyTagClassName
 {
   color: #52738B;
 }
</style>

background-color css

<style>
 a { background-color: #52738B; }

 a { background-color: rgb(82,115,139); }

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

border-color css

<style>
 span { border-color: #52738B; }

 span { border-color: rgb(82,115,139); }

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