Html Css Color HEX #535895 Governor Bay

📋 copy color: '#535895'

red 83 ◦ green 88 ◦ blue 149

#535895
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Governor Bay #535895

Tints of Governor Bay #535895

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 value IS 0.44

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#535895 (or 0x535895) is known color: 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

RGB 83 88 149 -
CMYK 0.44 0.41 0 0.42
HSL 235.45º 0.28% 0.45% -
HSV(B) 235.45º 0.44% 0.58% -
XYZ 12.48 10.99 29.9 -
YUV 93.46 159.34 120.54 -
System Red Green Blue C M Y K H S L
Decimal 83 88 149 0.44 0.41 0 0.42 235.45 0.28 0.45
Hex 53 58 95 2C 29 0 2A EB 1C 2D
Octal 123 130 225 54 51 0 52 353 34 55
Binary 1010011 1011000 10010101 101100 101001 0 101010 11101011 11100 101101

Color Harmonies of #535895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535895

Black with #535895

Text Example


Text Example

White with #535895

Text Example


Text Example

HTML Codes & Css Web 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>