#525493

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

Shades of Governor Bay #525493

Tints of Governor Bay #525493

Color information

#525493 (or 0x525493) is unknown color: approx Governor Bay. HEX triplet: 52, 54 and 93. RGB value is (82,84,147). Sum of RGB (Red+Green+Blue) = 82+84+147=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 147 - color contains mainly: blue. Hex color #525493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525493 is #ADAB6C. Grayscale: #5A5A5A. Windows color (decimal): -11381613 or 9655378. OLE color: 9655378.

HSL color Cylindrical-coordinate representation of color #525493: hue angle of 238.15º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #525493 is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8284147-
CMYK0.440.4300.42
HSL238.15º28.38%44.9%-
HSV(B)238.15º44.22%57.65%-
XYZ11.9210.2428.95-
YUV90.58159.84121.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.20%
GREEN value IS 84 (33.20% from 255) = 26.84%
BLUE value IS 147 (57.81% from 255) = 46.96%
R=26.20%
G=26.84%
B=46.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82841470.440.4300.42238.1528.3844.9
Hex5254932C2B02Aee1c2d
Octal12212422354530523563455
Binary101001010101001001001110110010101101010101110111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525493; }

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

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

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

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

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

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

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

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