#525FA4

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

Shades of Governor Bay #525FA4

Tints of Governor Bay #525FA4

Color information

#525FA4 (or 0x525FA4) is unknown color: approx Governor Bay. HEX triplet: 52, 5F and A4. RGB value is (82,95,164). Sum of RGB (Red+Green+Blue) = 82+95+164=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 164 (64.45% from 255 or 48.09% from 341); Max value from RGB is 164 - color contains mainly: blue. Hex color #525FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525FA4 is #ADA05B. Grayscale: #626262. Windows color (decimal): -11378780 or 10772306. OLE color: 10772306.

HSL color Cylindrical-coordinate representation of color #525FA4: hue angle of 230.49º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #525FA4 is Cyan = 0.5, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8295164-
CMYK0.50.4200.36
HSL230.49º33.33%48.24%-
HSV(B)230.49º50%64.31%-
XYZ14.2712.6636.81-
YUV98.98164.69115.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.05%
GREEN value IS 95 (37.5% from 255) = 27.86%
BLUE value IS 164 (64.45% from 255) = 48.09%
R=24.05%
G=27.86%
B=48.09%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal82951640.50.4200.36230.4933.3348.24
Hex525FA4322A024e62130
Octal12213724462520443464160
Binary1010010101111110100100110010101010010010011100110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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