#525F8E

Color #525F8E Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #525F8E

Tints of Waikawa Grey #525F8E

Color information

#525F8E (or 0x525F8E) is unknown color: approx Waikawa Grey. HEX triplet: 52, 5F and 8E. RGB value is (82,95,142). Sum of RGB (Red+Green+Blue) = 82+95+142=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 142 (55.86% from 255 or 44.51% from 319); Max value from RGB is 142 - color contains mainly: blue. Hex color #525F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525F8E is #ADA071. Grayscale: #606060. Windows color (decimal): -11378802 or 9330514. OLE color: 9330514.

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

Color convert

RGB8295142-
CMYK0.420.3300.44
HSL227º26.79%43.92%-
HSV(B)227º42.25%55.69%-
XYZ12.4511.9327.24-
YUV96.47153.69117.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.71%
GREEN value IS 95 (37.5% from 255) = 29.78%
BLUE value IS 142 (55.86% from 255) = 44.51%
R=25.71%
G=29.78%
B=44.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82951420.420.3300.4422726.7943.92
Hex525F8E2A2102Ce31b2c
Octal12213721652410543433354
Binary101001010111111000111010101010000101011001110001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525F8E; }

 p { color: rgb(82,95,142); }

 H1.HeaderClassName
 {
   color: #525F8E;
 }
 .AnyTagClassName
 {
   color: #525F8E;
 }
</style>
background-color css

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

 a { background-color: rgb(82,95,142); }

 div.DivClassName
 {
   background-color: #525F8E;
 }
 .BgClassName
 {
   background-color: #525F8E;
 }
</style>
border-color css

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

 span { border-color: rgb(82,95,142); }

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