Html Css Color HEX #526090 Waikawa Grey

📋 copy color: '#526090'

red 82 ◦ green 96 ◦ blue 144

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

Shades of Waikawa Grey #526090

Tints of Waikawa Grey #526090

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.81%

 BLUE value IS 144 (56.64% from 255) = 44.72%

R = 25.47%
G = 29.81%
B = 44.72%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#526090 (or 0x526090) is known color: Waikawa Grey. HEX triplet: 52, 60 and 90. RGB value is (82,96,144). Sum of RGB (Red+Green+Blue) = 82+96+144=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 144 - color contains mainly: blue. Hex color #526090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526090 is #AD9F6F. Grayscale: #616161. Windows color (decimal): -11378544 or 9461842. OLE color: 9461842.

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

Color convert

RGB 82 96 144 -
CMYK 0.43 0.33 0 0.44
HSL 226.45º 0.27% 0.44% -
HSV(B) 226.45º 0.43% 0.56% -
XYZ 12.7 12.17 28.07 -
YUV 97.29 154.36 117.1 -
System Red Green Blue C M Y K H S L
Decimal 82 96 144 0.43 0.33 0 0.44 226.45 0.27 0.44
Hex 52 60 90 2B 21 0 2C E2 1B 2C
Octal 122 140 220 53 41 0 54 342 33 54
Binary 1010010 1100000 10010000 101011 100001 0 101100 11100010 11011 101100

Color Harmonies of #526090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526090

Black with #526090

Text Example


Text Example

White with #526090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526090; }

 p { color: rgb(82,96,144); }

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

background-color css

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

 a { background-color: rgb(82,96,144); }

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

border-color css

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

 span { border-color: rgb(82,96,144); }

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