#535895

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

Shades of Governor Bay #535895

Tints of Governor Bay #535895

Color information

#535895 (or 0x535895) is unknown color: approx Governor Bay. HEX triplet: 53, 58 and 95. RGB value is (83,88,149). Sum of RGB (Red+Green+Blue) = 83+88+149=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 149 - color contains mainly: blue. Hex color #535895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535895 is #ACA76A. Grayscale: #5D5D5D. Windows color (decimal): -11315051 or 9787475. OLE color: 9787475.

HSL color Cylindrical-coordinate representation of color #535895: hue angle of 235.45º 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 #535895 is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8388149-
CMYK0.440.4100.42
HSL235.45º28.45%45.49%-
HSV(B)235.45º44.3%58.43%-
XYZ12.4810.9929.9-
YUV93.46159.34120.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.94%
GREEN value IS 88 (34.77% from 255) = 27.5%
BLUE value IS 149 (58.59% from 255) = 46.56%
R=25.94%
G=27.5%
B=46.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83881490.440.4100.42235.4528.4545.49
Hex5358952C2902Aeb1c2d
Octal12313022554510523533455
Binary101001110110001001010110110010100101010101110101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535895; }

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

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

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

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

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

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

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

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