#525E93

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

Shades of Governor Bay #525E93

Tints of Governor Bay #525E93

Color information

#525E93 (or 0x525E93) is unknown color: approx Governor Bay. HEX triplet: 52, 5E and 93. RGB value is (82,94,147). Sum of RGB (Red+Green+Blue) = 82+94+147=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 147 - color contains mainly: blue. Hex color #525E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525E93 is #ADA16C. Grayscale: #606060. Windows color (decimal): -11379053 or 9657938. OLE color: 9657938.

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

Color convert

RGB8294147-
CMYK0.440.3600.42
HSL228.92º28.38%44.9%-
HSV(B)228.92º44.22%57.65%-
XYZ12.7511.9129.23-
YUV96.45156.52117.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.39%
GREEN value IS 94 (37.11% from 255) = 29.10%
BLUE value IS 147 (57.81% from 255) = 45.51%
R=25.39%
G=29.10%
B=45.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82941470.440.3600.42228.9228.3844.9
Hex525E932C2402Ae51c2d
Octal12213622354440523453455
Binary101001010111101001001110110010010001010101110010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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