#525F93

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

Shades of Governor Bay #525F93

Tints of Governor Bay #525F93

Color information

#525F93 (or 0x525F93) is unknown color: approx Governor Bay. HEX triplet: 52, 5F and 93. RGB value is (82,95,147). Sum of RGB (Red+Green+Blue) = 82+95+147=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 147 - color contains mainly: blue. Hex color #525F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525F93 is #ADA06C. Grayscale: #606060. Windows color (decimal): -11378797 or 9658194. OLE color: 9658194.

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

Color convert

RGB8295147-
CMYK0.440.3500.42
HSL228º28.38%44.9%-
HSV(B)228º44.22%57.65%-
XYZ12.8412.0829.26-
YUV97.04156.19117.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.31%
GREEN value IS 95 (37.5% from 255) = 29.32%
BLUE value IS 147 (57.81% from 255) = 45.37%
R=25.31%
G=29.32%
B=45.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82951470.440.3500.4222828.3844.9
Hex525F932C2302Ae41c2d
Octal12213722354430523443455
Binary101001010111111001001110110010001101010101110010011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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