Html Css Color HEX #526494 Waikawa Grey

📋 copy color: '#526494'

red 82 ◦ green 100 ◦ blue 148

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

Shades of Waikawa Grey #526494

Tints of Waikawa Grey #526494

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.3%

 BLUE value IS 148 (58.2% from 255) = 44.85%

R = 24.85%
G = 30.3%
B = 44.85%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#526494 (or 0x526494) is known color: Waikawa Grey. HEX triplet: 52, 64 and 94. RGB value is (82,100,148). Sum of RGB (Red+Green+Blue) = 82+100+148=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 148 (58.20% from 255 or 44.85% from 330); Max value from RGB is 148 - color contains mainly: blue. Hex color #526494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526494 is #AD9B6B. Grayscale: #636363. Windows color (decimal): -11377516 or 9725010. OLE color: 9725010.

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

Color convert

RGB 82 100 148 -
CMYK 0.45 0.32 0 0.42
HSL 223.64º 0.29% 0.45% -
HSV(B) 223.64º 0.45% 0.58% -
XYZ 13.38 13.05 29.83 -
YUV 100.09 155.04 115.1 -
System Red Green Blue C M Y K H S L
Decimal 82 100 148 0.45 0.32 0 0.42 223.64 0.29 0.45
Hex 52 64 94 2D 20 0 2A E0 1D 2D
Octal 122 144 224 55 40 0 52 340 35 55
Binary 1010010 1100100 10010100 101101 100000 0 101010 11100000 11101 101101

Color Harmonies of #526494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526494

Black with #526494

Text Example


Text Example

White with #526494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526494; }

 p { color: rgb(82,100,148); }

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

background-color css

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

 a { background-color: rgb(82,100,148); }

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

border-color css

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

 span { border-color: rgb(82,100,148); }

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