#525D92

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

Shades of Governor Bay #525D92

Tints of Governor Bay #525D92

Color information

#525D92 (or 0x525D92) is unknown color: approx Governor Bay. HEX triplet: 52, 5D and 92. RGB value is (82,93,146). Sum of RGB (Red+Green+Blue) = 82+93+146=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 146 - color contains mainly: blue. Hex color #525D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525D92 is #ADA26D. Grayscale: #5F5F5F. Windows color (decimal): -11379310 or 9592146. OLE color: 9592146.

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

Color convert

RGB8293146-
CMYK0.440.3600.43
HSL229.69º28.07%44.71%-
HSV(B)229.69º43.84%57.25%-
XYZ12.5811.728.79-
YUV95.75156.36118.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.55%
GREEN value IS 93 (36.72% from 255) = 28.97%
BLUE value IS 146 (57.42% from 255) = 45.48%
R=25.55%
G=28.97%
B=45.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal82931460.440.3600.43229.6928.0744.71
Hex525D922C2402Be61c2d
Octal12213522254440533463455
Binary101001010111011001001010110010010001010111110011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525D92; }

 p { color: rgb(82,93,146); }

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

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

 a { background-color: rgb(82,93,146); }

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

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

 span { border-color: rgb(82,93,146); }

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