Html Css Color HEX #526394 Waikawa Grey

📋 copy color: '#526394'

red 82 ◦ green 99 ◦ blue 148

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

Shades of Waikawa Grey #526394

Tints of Waikawa Grey #526394

RGB

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

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

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

R = 24.92%
G = 30.09%
B = 44.98%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#526394 (or 0x526394) is known color: Waikawa Grey. HEX triplet: 52, 63 and 94. RGB value is (82,99,148). Sum of RGB (Red+Green+Blue) = 82+99+148=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 148 - color contains mainly: blue. Hex color #526394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526394 is #AD9C6B. Grayscale: #636363. Windows color (decimal): -11377772 or 9724754. OLE color: 9724754.

HSL color Cylindrical-coordinate representation of color #526394: hue angle of 224.55º 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 #526394 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 99 148 -
CMYK 0.45 0.33 0 0.42
HSL 224.55º 0.29% 0.45% -
HSV(B) 224.55º 0.45% 0.58% -
XYZ 13.29 12.86 29.8 -
YUV 99.5 155.37 115.52 -
System Red Green Blue C M Y K H S L
Decimal 82 99 148 0.45 0.33 0 0.42 224.55 0.29 0.45
Hex 52 63 94 2D 21 0 2A E1 1D 2D
Octal 122 143 224 55 41 0 52 341 35 55
Binary 1010010 1100011 10010100 101101 100001 0 101010 11100001 11101 101101

Color Harmonies of #526394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526394

Black with #526394

Text Example


Text Example

White with #526394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526394; }

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

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

background-color css

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

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

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

border-color css

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

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

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