#534B9C

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

Shades of Governor Bay #534B9C

Tints of Governor Bay #534B9C

Color information

#534B9C (or 0x534B9C) is unknown color: approx Governor Bay. HEX triplet: 53, 4B and 9C. RGB value is (83,75,156). Sum of RGB (Red+Green+Blue) = 83+75+156=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 156 (61.33% from 255 or 49.68% from 314); Max value from RGB is 156 - color contains mainly: blue. Hex color #534B9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534B9C is #ACB463. Grayscale: #565656. Windows color (decimal): -11318372 or 10242899. OLE color: 10242899.

HSL color Cylindrical-coordinate representation of color #534B9C: hue angle of 245.93º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #534B9C is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8375156-
CMYK0.470.5200.39
HSL245.93º35.06%45.29%-
HSV(B)245.93º51.92%61.18%-
XYZ12.089.2732.61-
YUV86.63167.15125.41-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.43%
GREEN value IS 75 (29.69% from 255) = 23.89%
BLUE value IS 156 (61.33% from 255) = 49.68%
R=26.43%
G=23.89%
B=49.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal83751560.470.5200.39245.9335.0645.29
Hex534B9C2F34027f6232d
Octal12311323457640473664355
Binary1010011100101110011100101111110100010011111110110100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534B9C; }

 p { color: rgb(83,75,156); }

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

<style>
 a { background-color: #534B9C; }

 a { background-color: rgb(83,75,156); }

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

<style>
 span { border-color: #534B9C; }

 span { border-color: rgb(83,75,156); }

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