#52538D

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

Shades of Governor Bay #52538D

Tints of Governor Bay #52538D

Color information

#52538D (or 0x52538D) is unknown color: approx Governor Bay. HEX triplet: 52, 53 and 8D. RGB value is (82,83,141). Sum of RGB (Red+Green+Blue) = 82+83+141=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 141 - color contains mainly: blue. Hex color #52538D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52538D is #ADAC72. Grayscale: #595959. Windows color (decimal): -11381875 or 9261906. OLE color: 9261906.

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

Color convert

RGB8283141-
CMYK0.420.4100.45
HSL238.98º26.46%43.73%-
HSV(B)238.98º41.84%55.29%-
XYZ11.389.926.51-
YUV89.31157.17122.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.80%
GREEN value IS 83 (32.81% from 255) = 27.12%
BLUE value IS 141 (55.47% from 255) = 46.08%
R=26.80%
G=27.12%
B=46.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82831410.420.4100.45238.9826.4643.73
Hex52538D2A2902Def1a2c
Octal12212321552510553573254
Binary101001010100111000110110101010100101011011110111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52538D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52538D; }

 p { color: rgb(82,83,141); }

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

<style>
 a { background-color: #52538D; }

 a { background-color: rgb(82,83,141); }

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

<style>
 span { border-color: #52538D; }

 span { border-color: rgb(82,83,141); }

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