#525E92

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

Shades of Governor Bay #525E92

Tints of Governor Bay #525E92

Color information

#525E92 (or 0x525E92) is unknown color: approx Governor Bay. HEX triplet: 52, 5E and 92. RGB value is (82,94,146). Sum of RGB (Red+Green+Blue) = 82+94+146=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 146 - color contains mainly: blue. Hex color #525E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525E92 is #ADA16D. Grayscale: #606060. Windows color (decimal): -11379054 or 9592402. OLE color: 9592402.

HSL color Cylindrical-coordinate representation of color #525E92: hue angle of 228.75º 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 #525E92 is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8294146-
CMYK0.440.3600.43
HSL228.75º28.07%44.71%-
HSV(B)228.75º43.84%57.25%-
XYZ12.6711.8728.82-
YUV96.34156.02117.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.47%
GREEN value IS 94 (37.11% from 255) = 29.19%
BLUE value IS 146 (57.42% from 255) = 45.34%
R=25.47%
G=29.19%
B=45.34%

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
Decimal82941460.440.3600.43228.7528.0744.71
Hex525E922C2402Be51c2d
Octal12213622254440533453455
Binary101001010111101001001010110010010001010111110010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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