#535F95

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

Shades of Governor Bay #535F95

Tints of Governor Bay #535F95

Color information

#535F95 (or 0x535F95) is unknown color: approx Governor Bay. HEX triplet: 53, 5F and 95. RGB value is (83,95,149). Sum of RGB (Red+Green+Blue) = 83+95+149=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 149 - color contains mainly: blue. Hex color #535F95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535F95 is #ACA06A. Grayscale: #616161. Windows color (decimal): -11313259 or 9789267. OLE color: 9789267.

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

Color convert

RGB8395149-
CMYK0.440.3600.42
HSL229.09º28.45%45.49%-
HSV(B)229.09º44.3%58.43%-
XYZ13.0812.1930.1-
YUV97.57157.02117.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.38%
GREEN value IS 95 (37.5% from 255) = 29.05%
BLUE value IS 149 (58.59% from 255) = 45.57%
R=25.38%
G=29.05%
B=45.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83951490.440.3600.42229.0928.4545.49
Hex535F952C2402Ae51c2d
Octal12313722554440523453455
Binary101001110111111001010110110010010001010101110010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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