#525AA5

Color #525AA5 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #525AA5

Tints of Governor Bay #525AA5

Color information

#525AA5 (or 0x525AA5) is unknown color: approx Governor Bay. HEX triplet: 52, 5A and A5. RGB value is (82,90,165). Sum of RGB (Red+Green+Blue) = 82+90+165=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 165 (64.84% from 255 or 48.96% from 337); Max value from RGB is 165 - color contains mainly: blue. Hex color #525AA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525AA5 is #ADA55A. Grayscale: #5F5F5F. Windows color (decimal): -11380059 or 10836562. OLE color: 10836562.

HSL color Cylindrical-coordinate representation of color #525AA5: hue angle of 234.22º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #525AA5 is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8290165-
CMYK0.500.4500.35
HSL234.22º33.6%48.43%-
HSV(B)234.22º50.3%64.71%-
XYZ13.9311.8237.15-
YUV96.16166.85117.9-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.33%
GREEN value IS 90 (35.55% from 255) = 26.71%
BLUE value IS 165 (64.84% from 255) = 48.96%
R=24.33%
G=26.71%
B=48.96%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal82901650.500.4500.35234.2233.648.43
Hex525AA5322D023ea2230
Octal12213224562550433524260
Binary1010010101101010100101110010101101010001111101010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,90,165); }

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

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

 a { background-color: rgb(82,90,165); }

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

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

 span { border-color: rgb(82,90,165); }

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