Html Css Color HEX #526393 Waikawa Grey

📋 copy color: '#526393'

red 82 ◦ green 99 ◦ blue 147

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

Shades of Waikawa Grey #526393

Tints of Waikawa Grey #526393

RGB

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

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

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

R = 25%
G = 30.18%
B = 44.82%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#526393 (or 0x526393) is known color: Waikawa Grey. HEX triplet: 52, 63 and 93. RGB value is (82,99,147). Sum of RGB (Red+Green+Blue) = 82+99+147=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 147 - color contains mainly: blue. Hex color #526393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526393 is #AD9C6C. Grayscale: #636363. Windows color (decimal): -11377773 or 9659218. OLE color: 9659218.

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

Color convert

RGB 82 99 147 -
CMYK 0.44 0.33 0 0.42
HSL 224.31º 0.28% 0.45% -
HSV(B) 224.31º 0.44% 0.58% -
XYZ 13.21 12.82 29.38 -
YUV 99.39 154.87 115.6 -
System Red Green Blue C M Y K H S L
Decimal 82 99 147 0.44 0.33 0 0.42 224.31 0.28 0.45
Hex 52 63 93 2C 21 0 2A E0 1C 2D
Octal 122 143 223 54 41 0 52 340 34 55
Binary 1010010 1100011 10010011 101100 100001 0 101010 11100000 11100 101101

Color Harmonies of #526393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526393

Black with #526393

Text Example


Text Example

White with #526393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526393; }

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

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

background-color css

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

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

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

border-color css

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

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

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