Html Css Color HEX #526392 Waikawa Grey

📋 copy color: '#526392'

red 82 ◦ green 99 ◦ blue 146

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

Shades of Waikawa Grey #526392

Tints of Waikawa Grey #526392

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.28%

 BLUE value IS 146 (57.42% from 255) = 44.65%

R = 25.08%
G = 30.28%
B = 44.65%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#526392 (or 0x526392) is known color: Waikawa Grey. HEX triplet: 52, 63 and 92. RGB value is (82,99,146). Sum of RGB (Red+Green+Blue) = 82+99+146=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 146 - color contains mainly: blue. Hex color #526392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526392 is #AD9C6D. Grayscale: #636363. Windows color (decimal): -11377774 or 9593682. OLE color: 9593682.

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

Color convert

RGB 82 99 146 -
CMYK 0.44 0.32 0 0.43
HSL 224.06º 0.28% 0.45% -
HSV(B) 224.06º 0.44% 0.57% -
XYZ 13.13 12.79 28.97 -
YUV 99.28 154.37 115.68 -
System Red Green Blue C M Y K H S L
Decimal 82 99 146 0.44 0.32 0 0.43 224.06 0.28 0.45
Hex 52 63 92 2C 20 0 2B E0 1C 2D
Octal 122 143 222 54 40 0 53 340 34 55
Binary 1010010 1100011 10010010 101100 100000 0 101011 11100000 11100 101101

Color Harmonies of #526392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526392

Black with #526392

Text Example


Text Example

White with #526392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526392; }

 p { color: rgb(82,99,146); }

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

background-color css

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

 a { background-color: rgb(82,99,146); }

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

border-color css

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

 span { border-color: rgb(82,99,146); }

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