Html Css Color HEX #52667B Wedgewood

📋 copy color: '#52667B'

red 82 ◦ green 102 ◦ blue 123

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

Shades of Wedgewood #52667B

Tints of Wedgewood #52667B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.22%

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

R = 26.71%
G = 33.22%
B = 40.07%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#52667B (or 0x52667B) is known color: Wedgewood. HEX triplet: 52, 66 and 7B. RGB value is (82,102,123). Sum of RGB (Red+Green+Blue) = 82+102+123=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 123 - color contains mainly: blue. Hex color #52667B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52667B is #AD9984. Grayscale: #626262. Windows color (decimal): -11377029 or 8087122. OLE color: 8087122.

HSL color Cylindrical-coordinate representation of color #52667B: hue angle of 210.73º 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 #52667B is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 82 102 123 -
CMYK 0.33 0.17 0 0.52
HSL 210.73º 0.2% 0.4% -
HSV(B) 210.73º 0.33% 0.48% -
XYZ 11.81 12.73 20.57 -
YUV 98.41 141.87 116.29 -
System Red Green Blue C M Y K H S L
Decimal 82 102 123 0.33 0.17 0 0.52 210.73 0.2 0.4
Hex 52 66 7B 21 11 0 34 D3 14 28
Octal 122 146 173 41 21 0 64 323 24 50
Binary 1010010 1100110 1111011 100001 10001 0 110100 11010011 10100 101000

Color Harmonies of #52667B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52667B

Black with #52667B

Text Example


Text Example

White with #52667B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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