#535D94

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

Shades of Governor Bay #535D94

Tints of Governor Bay #535D94

Color information

#535D94 (or 0x535D94) is unknown color: approx Governor Bay. HEX triplet: 53, 5D and 94. RGB value is (83,93,148). Sum of RGB (Red+Green+Blue) = 83+93+148=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 148 (58.20% from 255 or 45.68% from 324); Max value from RGB is 148 - color contains mainly: blue. Hex color #535D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535D94 is #ACA26B. Grayscale: #606060. Windows color (decimal): -11313772 or 9723219. OLE color: 9723219.

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

Color convert

RGB8393148-
CMYK0.440.3700.42
HSL230.77º28.14%45.29%-
HSV(B)230.77º43.92%58.04%-
XYZ12.8311.8129.62-
YUV96.28157.19118.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.62%
GREEN value IS 93 (36.72% from 255) = 28.70%
BLUE value IS 148 (58.20% from 255) = 45.68%
R=25.62%
G=28.70%
B=45.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83931480.440.3700.42230.7728.1445.29
Hex535D942C2502Ae71c2d
Octal12313522454450523473455
Binary101001110111011001010010110010010101010101110011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535D94; }

 p { color: rgb(83,93,148); }

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

<style>
 a { background-color: #535D94; }

 a { background-color: rgb(83,93,148); }

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

<style>
 span { border-color: #535D94; }

 span { border-color: rgb(83,93,148); }

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