Html Css Color HEX #526191 Waikawa Grey

📋 copy color: '#526191'

red 82 ◦ green 97 ◦ blue 145

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

Shades of Waikawa Grey #526191

Tints of Waikawa Grey #526191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 44.75%

R = 25.31%
G = 29.94%
B = 44.75%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#526191 (or 0x526191) is known color: Waikawa Grey. HEX triplet: 52, 61 and 91. RGB value is (82,97,145). Sum of RGB (Red+Green+Blue) = 82+97+145=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 145 - color contains mainly: blue. Hex color #526191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526191 is #AD9E6E. Grayscale: #616161. Windows color (decimal): -11378287 or 9527634. OLE color: 9527634.

HSL color Cylindrical-coordinate representation of color #526191: hue angle of 225.71º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #526191 is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 97 145 -
CMYK 0.43 0.33 0 0.43
HSL 225.71º 0.28% 0.45% -
HSV(B) 225.71º 0.43% 0.57% -
XYZ 12.87 12.39 28.5 -
YUV 97.99 154.53 116.6 -
System Red Green Blue C M Y K H S L
Decimal 82 97 145 0.43 0.33 0 0.43 225.71 0.28 0.45
Hex 52 61 91 2B 21 0 2B E2 1C 2D
Octal 122 141 221 53 41 0 53 342 34 55
Binary 1010010 1100001 10010001 101011 100001 0 101011 11100010 11100 101101

Color Harmonies of #526191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526191

Black with #526191

Text Example


Text Example

White with #526191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526191; }

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

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

background-color css

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

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

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

border-color css

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

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

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