#5256A4

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

Shades of Governor Bay #5256A4

Tints of Governor Bay #5256A4

Color information

#5256A4 (or 0x5256A4) is unknown color: approx Governor Bay. HEX triplet: 52, 56 and A4. RGB value is (82,86,164). Sum of RGB (Red+Green+Blue) = 82+86+164=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 164 (64.45% from 255 or 49.40% from 332); Max value from RGB is 164 - color contains mainly: blue. Hex color #5256A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5256A4 is #ADA95B. Grayscale: #5D5D5D. Windows color (decimal): -11381084 or 10770002. OLE color: 10770002.

HSL color Cylindrical-coordinate representation of color #5256A4: hue angle of 237.07º 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 #5256A4 is Cyan = 0.5, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8286164-
CMYK0.50.4800.36
HSL237.07º33.33%48.24%-
HSV(B)237.07º50%64.31%-
XYZ13.5111.1336.56-
YUV93.7167.67119.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.70%
GREEN value IS 86 (33.98% from 255) = 25.90%
BLUE value IS 164 (64.45% from 255) = 49.40%
R=24.70%
G=25.90%
B=49.40%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal82861640.50.4800.36237.0733.3348.24
Hex5256A43230024ed2130
Octal12212624462600443554160
Binary1010010101011010100100110010110000010010011101101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5256A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5256A4; }

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

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

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

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

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

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

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

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