Html Css Color HEX #527793 Wedgewood

📋 copy color: '#527793'

red 82 ◦ green 119 ◦ blue 147

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

Shades of Wedgewood #527793

Tints of Wedgewood #527793

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.2%

 BLUE value IS 147 (57.81% from 255) = 42.24%

R = 23.56%
G = 34.2%
B = 42.24%

CMYK

 C value IS 0.44

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#527793 (or 0x527793) is known color: Wedgewood. HEX triplet: 52, 77 and 93. RGB value is (82,119,147). Sum of RGB (Red+Green+Blue) = 82+119+147=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 147 (57.81% from 255 or 42.24% from 348); Max value from RGB is 147 - color contains mainly: blue. Hex color #527793 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527793 is #AD886C. Grayscale: #6E6E6E. Windows color (decimal): -11372653 or 9664338. OLE color: 9664338.

HSL color Cylindrical-coordinate representation of color #527793: hue angle of 205.85º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #527793 is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 119 147 -
CMYK 0.44 0.19 0 0.42
HSL 205.85º 0.28% 0.45% -
HSV(B) 205.85º 0.44% 0.58% -
XYZ 15.34 17.09 30.09 -
YUV 111.13 148.24 107.22 -
System Red Green Blue C M Y K H S L
Decimal 82 119 147 0.44 0.19 0 0.42 205.85 0.28 0.45
Hex 52 77 93 2C 13 0 2A CE 1C 2D
Octal 122 167 223 54 23 0 52 316 34 55
Binary 1010010 1110111 10010011 101100 10011 0 101010 11001110 11100 101101

Color Harmonies of #527793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527793

Black with #527793

Text Example


Text Example

White with #527793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527793; }

 p { color: rgb(82,119,147); }

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

background-color css

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

 a { background-color: rgb(82,119,147); }

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

border-color css

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

 span { border-color: rgb(82,119,147); }

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