Html Css Color HEX #52677B Wedgewood

📋 copy color: '#52677B'

red 82 ◦ green 103 ◦ blue 123

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

Shades of Wedgewood #52677B

Tints of Wedgewood #52677B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.44%

 BLUE value IS 123 (48.44% from 255) = 39.94%

R = 26.62%
G = 33.44%
B = 39.94%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#52677B (or 0x52677B) is known color: Wedgewood. HEX triplet: 52, 67 and 7B. RGB value is (82,103,123). Sum of RGB (Red+Green+Blue) = 82+103+123=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 123 - color contains mainly: blue. Hex color #52677B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52677B is #AD9884. Grayscale: #626262. Windows color (decimal): -11376773 or 8087378. OLE color: 8087378.

HSL color Cylindrical-coordinate representation of color #52677B: hue angle of 209.27º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #52677B is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 82 103 123 -
CMYK 0.33 0.16 0 0.52
HSL 209.27º 0.2% 0.4% -
HSV(B) 209.27º 0.33% 0.48% -
XYZ 11.91 12.92 20.61 -
YUV 99 141.54 115.87 -
System Red Green Blue C M Y K H S L
Decimal 82 103 123 0.33 0.16 0 0.52 209.27 0.2 0.4
Hex 52 67 7B 21 10 0 34 D1 14 28
Octal 122 147 173 41 20 0 64 321 24 50
Binary 1010010 1100111 1111011 100001 10000 0 110100 11010001 10100 101000

Color Harmonies of #52677B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52677B

Black with #52677B

Text Example


Text Example

White with #52677B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,103,123); }

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

background-color css

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

 a { background-color: rgb(82,103,123); }

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

border-color css

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

 span { border-color: rgb(82,103,123); }

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