#534B95

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

Shades of Governor Bay #534B95

Tints of Governor Bay #534B95

Color information

#534B95 (or 0x534B95) is unknown color: approx Governor Bay. HEX triplet: 53, 4B and 95. RGB value is (83,75,149). Sum of RGB (Red+Green+Blue) = 83+75+149=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 149 (58.59% from 255 or 48.53% from 307); Max value from RGB is 149 - color contains mainly: blue. Hex color #534B95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534B95 is #ACB46A. Grayscale: #555555. Windows color (decimal): -11318379 or 9784147. OLE color: 9784147.

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

Color convert

RGB8375149-
CMYK0.440.5000.42
HSL246.49º33.04%43.92%-
HSV(B)246.49º49.66%58.43%-
XYZ11.519.0429.57-
YUV85.83163.65125.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.04%
GREEN value IS 75 (29.69% from 255) = 24.43%
BLUE value IS 149 (58.59% from 255) = 48.53%
R=27.04%
G=24.43%
B=48.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83751490.440.5000.42246.4933.0443.92
Hex534B952C3202Af6212c
Octal12311322554620523664154
Binary1010011100101110010101101100110010010101011110110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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