#535FA3

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

Shades of Governor Bay #535FA3

Tints of Governor Bay #535FA3

Color information

#535FA3 (or 0x535FA3) is unknown color: approx Governor Bay. HEX triplet: 53, 5F and A3. RGB value is (83,95,163). Sum of RGB (Red+Green+Blue) = 83+95+163=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 163 (64.06% from 255 or 47.80% from 341); Max value from RGB is 163 - color contains mainly: blue. Hex color #535FA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535FA3 is #ACA05C. Grayscale: #626262. Windows color (decimal): -11313245 or 10706771. OLE color: 10706771.

HSL color Cylindrical-coordinate representation of color #535FA3: hue angle of 231º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #535FA3 is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8395163-
CMYK0.490.4200.36
HSL231º32.52%48.24%-
HSV(B)231º49.08%63.92%-
XYZ14.2712.6736.34-
YUV99.16164.02116.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.34%
GREEN value IS 95 (37.5% from 255) = 27.86%
BLUE value IS 163 (64.06% from 255) = 47.80%
R=24.34%
G=27.86%
B=47.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal83951630.490.4200.3623132.5248.24
Hex535FA3312A024e72130
Octal12313724361520443474160
Binary1010011101111110100011110001101010010010011100111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,95,163); }

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

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

 a { background-color: rgb(83,95,163); }

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

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

 span { border-color: rgb(83,95,163); }

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