#525D8B

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

Shades of Governor Bay #525D8B

Tints of Governor Bay #525D8B

Color information

#525D8B (or 0x525D8B) is unknown color: approx Governor Bay. HEX triplet: 52, 5D and 8B. RGB value is (82,93,139). Sum of RGB (Red+Green+Blue) = 82+93+139=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 139 - color contains mainly: blue. Hex color #525D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525D8B is #ADA274. Grayscale: #5E5E5E. Windows color (decimal): -11379317 or 9133394. OLE color: 9133394.

HSL color Cylindrical-coordinate representation of color #525D8B: hue angle of 228.42º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #525D8B is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8293139-
CMYK0.410.3300.45
HSL228.42º25.79%43.33%-
HSV(B)228.42º41.01%54.51%-
XYZ12.0511.4926.01-
YUV94.96152.86118.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.11%
GREEN value IS 93 (36.72% from 255) = 29.62%
BLUE value IS 139 (54.69% from 255) = 44.27%
R=26.11%
G=29.62%
B=44.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82931390.410.3300.45228.4225.7943.33
Hex525D8B292102De41a2b
Octal12213521351410553443253
Binary101001010111011000101110100110000101011011110010011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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