#524B94

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

Shades of Governor Bay #524B94

Tints of Governor Bay #524B94

Color information

#524B94 (or 0x524B94) is unknown color: approx Governor Bay. HEX triplet: 52, 4B and 94. RGB value is (82,75,148). Sum of RGB (Red+Green+Blue) = 82+75+148=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 75 (29.69% from 255 or 24.59% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 148 - color contains mainly: blue. Hex color #524B94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524B94 is #ADB46B. Grayscale: #555555. Windows color (decimal): -11383916 or 9718610. OLE color: 9718610.

HSL color Cylindrical-coordinate representation of color #524B94: hue angle of 245.75º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #524B94 is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8275148-
CMYK0.450.4900.42
HSL245.75º32.74%43.73%-
HSV(B)245.75º49.32%58.04%-
XYZ11.348.9629.15-
YUV85.42163.32125.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.89%
GREEN value IS 75 (29.69% from 255) = 24.59%
BLUE value IS 148 (58.20% from 255) = 48.52%
R=26.89%
G=24.59%
B=48.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82751480.450.4900.42245.7532.7443.73
Hex524B942D3102Af6212c
Octal12211322455610523664154
Binary1010010100101110010100101101110001010101011110110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524B94; }

 p { color: rgb(82,75,148); }

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

<style>
 a { background-color: #524B94; }

 a { background-color: rgb(82,75,148); }

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

<style>
 span { border-color: #524B94; }

 span { border-color: rgb(82,75,148); }

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