#5254A4

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

Shades of Governor Bay #5254A4

Tints of Governor Bay #5254A4

Color information

#5254A4 (or 0x5254A4) is unknown color: approx Governor Bay. HEX triplet: 52, 54 and A4. RGB value is (82,84,164). Sum of RGB (Red+Green+Blue) = 82+84+164=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 164 (64.45% from 255 or 49.70% from 330); Max value from RGB is 164 - color contains mainly: blue. Hex color #5254A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5254A4 is #ADAB5B. Grayscale: #5C5C5C. Windows color (decimal): -11381596 or 10769490. OLE color: 10769490.

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

Color convert

RGB8284164-
CMYK0.50.4900.36
HSL238.54º33.33%48.24%-
HSV(B)238.54º50%64.31%-
XYZ13.3510.8136.51-
YUV92.52168.34120.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.85%
GREEN value IS 84 (33.20% from 255) = 25.45%
BLUE value IS 164 (64.45% from 255) = 49.70%
R=24.85%
G=25.45%
B=49.70%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal82841640.50.4900.36238.5433.3348.24
Hex5254A43231024ef2130
Octal12212424462610443574160
Binary1010010101010010100100110010110001010010011101111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5254A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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