Html Css Color HEX #526192 Waikawa Grey

📋 copy color: '#526192'

red 82 ◦ green 97 ◦ blue 146

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

Shades of Waikawa Grey #526192

Tints of Waikawa Grey #526192

RGB

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

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

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

R = 25.23%
G = 29.85%
B = 44.92%

CMYK

 C value IS 0.44

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#526192 (or 0x526192) is known color: Waikawa Grey. HEX triplet: 52, 61 and 92. RGB value is (82,97,146). Sum of RGB (Red+Green+Blue) = 82+97+146=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 146 - color contains mainly: blue. Hex color #526192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526192 is #AD9E6D. Grayscale: #616161. Windows color (decimal): -11378286 or 9593170. OLE color: 9593170.

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

Color convert

RGB 82 97 146 -
CMYK 0.44 0.34 0 0.43
HSL 225.94º 0.28% 0.45% -
HSV(B) 225.94º 0.44% 0.57% -
XYZ 12.94 12.42 28.91 -
YUV 98.1 155.03 116.52 -
System Red Green Blue C M Y K H S L
Decimal 82 97 146 0.44 0.34 0 0.43 225.94 0.28 0.45
Hex 52 61 92 2C 22 0 2B E2 1C 2D
Octal 122 141 222 54 42 0 53 342 34 55
Binary 1010010 1100001 10010010 101100 100010 0 101011 11100010 11100 101101

Color Harmonies of #526192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526192

Black with #526192

Text Example


Text Example

White with #526192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526192; }

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

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

background-color css

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

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

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

border-color css

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

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

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