#525883

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

Shades of Governor Bay #525883

Tints of Governor Bay #525883

Color information

#525883 (or 0x525883) is unknown color: approx Governor Bay. HEX triplet: 52, 58 and 83. RGB value is (82,88,131). Sum of RGB (Red+Green+Blue) = 82+88+131=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 131 (51.56% from 255 or 43.52% from 301); Max value from RGB is 131 - color contains mainly: blue. Hex color #525883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525883 is #ADA77C. Grayscale: #5A5A5A. Windows color (decimal): -11380605 or 8607826. OLE color: 8607826.

HSL color Cylindrical-coordinate representation of color #525883: hue angle of 232.65º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #525883 is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8288131-
CMYK0.370.3300.49
HSL232.65º23%41.76%-
HSV(B)232.65º37.4%51.37%-
XYZ11.0710.4122.9-
YUV91.11150.51121.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.24%
GREEN value IS 88 (34.77% from 255) = 29.24%
BLUE value IS 131 (51.56% from 255) = 43.52%
R=27.24%
G=29.24%
B=43.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82881310.370.3300.49232.652341.76
Hex5258832521031e9172a
Octal12213020345410613512752
Binary101001010110001000001110010110000101100011110100110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525883; }

 p { color: rgb(82,88,131); }

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

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

 a { background-color: rgb(82,88,131); }

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

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

 span { border-color: rgb(82,88,131); }

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