#525793

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

Shades of Governor Bay #525793

Tints of Governor Bay #525793

Color information

#525793 (or 0x525793) is unknown color: approx Governor Bay. HEX triplet: 52, 57 and 93. RGB value is (82,87,147). Sum of RGB (Red+Green+Blue) = 82+87+147=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 147 - color contains mainly: blue. Hex color #525793 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525793 is #ADA86C. Grayscale: #5C5C5C. Windows color (decimal): -11380845 or 9656146. OLE color: 9656146.

HSL color Cylindrical-coordinate representation of color #525793: hue angle of 235.38º 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 #525793 is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8287147-
CMYK0.440.4100.42
HSL235.38º28.38%44.9%-
HSV(B)235.38º44.22%57.65%-
XYZ12.1510.7229.03-
YUV92.34158.84120.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.95%
GREEN value IS 87 (34.38% from 255) = 27.53%
BLUE value IS 147 (57.81% from 255) = 46.52%
R=25.95%
G=27.53%
B=46.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82871470.440.4100.42235.3828.3844.9
Hex5257932C2902Aeb1c2d
Octal12212722354510523533455
Binary101001010101111001001110110010100101010101110101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525793; }

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

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

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

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

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

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

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

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