Html Css Color HEX #526193 Waikawa Grey

📋 copy color: '#526193'

red 82 ◦ green 97 ◦ blue 147

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

Shades of Waikawa Grey #526193

Tints of Waikawa Grey #526193

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.75%

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

R = 25.15%
G = 29.75%
B = 45.09%

CMYK

 C value IS 0.44

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#526193 (or 0x526193) is known color: Waikawa Grey. HEX triplet: 52, 61 and 93. RGB value is (82,97,147). Sum of RGB (Red+Green+Blue) = 82+97+147=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 147 - color contains mainly: blue. Hex color #526193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526193 is #AD9E6C. Grayscale: #626262. Windows color (decimal): -11378285 or 9658706. OLE color: 9658706.

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

Color convert

RGB 82 97 147 -
CMYK 0.44 0.34 0 0.42
HSL 226.15º 0.28% 0.45% -
HSV(B) 226.15º 0.44% 0.58% -
XYZ 13.02 12.45 29.32 -
YUV 98.22 155.53 116.43 -
System Red Green Blue C M Y K H S L
Decimal 82 97 147 0.44 0.34 0 0.42 226.15 0.28 0.45
Hex 52 61 93 2C 22 0 2A E2 1C 2D
Octal 122 141 223 54 42 0 52 342 34 55
Binary 1010010 1100001 10010011 101100 100010 0 101010 11100010 11100 101101

Color Harmonies of #526193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526193

Black with #526193

Text Example


Text Example

White with #526193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526193; }

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

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

background-color css

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

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

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

border-color css

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

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

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