#525E8C

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

Shades of Governor Bay #525E8C

Tints of Governor Bay #525E8C

Color information

#525E8C (or 0x525E8C) is unknown color: approx Governor Bay. HEX triplet: 52, 5E and 8C. RGB value is (82,94,140). Sum of RGB (Red+Green+Blue) = 82+94+140=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 140 - color contains mainly: blue. Hex color #525E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525E8C is #ADA173. Grayscale: #5F5F5F. Windows color (decimal): -11379060 or 9199186. OLE color: 9199186.

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

Color convert

RGB8294140-
CMYK0.410.3300.45
HSL227.59º26.13%43.53%-
HSV(B)227.59º41.43%54.9%-
XYZ12.2211.6926.42-
YUV95.66153.02118.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.95%
GREEN value IS 94 (37.11% from 255) = 29.75%
BLUE value IS 140 (55.08% from 255) = 44.30%
R=25.95%
G=29.75%
B=44.30%

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
Decimal82941400.410.3300.45227.5926.1343.53
Hex525E8C292102De41a2c
Octal12213621451410553443254
Binary101001010111101000110010100110000101011011110010011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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