Html Css Color HEX #535491 Governor Bay

📋 copy color: '#535491'

red 83 ◦ green 84 ◦ blue 145

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

Shades of Governor Bay #535491

Tints of Governor Bay #535491

RGB

 RED value IS 83 (32.81% from 255) = 26.6%

 GREEN value IS 84 (33.2% from 255) = 26.92%

 BLUE value IS 145 (57.03% from 255) = 46.47%

R = 26.6%
G = 26.92%
B = 46.47%

CMYK

 C value IS 0.43

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#535491 (or 0x535491) is known color: Governor Bay. HEX triplet: 53, 54 and 91. RGB value is (83,84,145). Sum of RGB (Red+Green+Blue) = 83+84+145=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 145 (57.03% from 255 or 46.47% from 312); Max value from RGB is 145 - color contains mainly: blue. Hex color #535491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535491 is #ACAB6E. Grayscale: #5A5A5A. Windows color (decimal): -11316079 or 9524307. OLE color: 9524307.

HSL color Cylindrical-coordinate representation of color #535491: hue angle of 239.03º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #535491 is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 84 145 -
CMYK 0.43 0.42 0 0.43
HSL 239.03º 0.27% 0.45% -
HSV(B) 239.03º 0.43% 0.57% -
XYZ 11.85 10.22 28.14 -
YUV 90.66 158.67 122.54 -
System Red Green Blue C M Y K H S L
Decimal 83 84 145 0.43 0.42 0 0.43 239.03 0.27 0.45
Hex 53 54 91 2B 2A 0 2B EF 1B 2D
Octal 123 124 221 53 52 0 53 357 33 55
Binary 1010011 1010100 10010001 101011 101010 0 101011 11101111 11011 101101

Color Harmonies of #535491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535491

Black with #535491

Text Example


Text Example

White with #535491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535491; }

 p { color: rgb(83,84,145); }

 H1.HeaderClassName
 {
   color: #535491;
 }
 .AnyTagClassName
 {
   color: #535491;
 }
</style>

background-color css

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

 a { background-color: rgb(83,84,145); }

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

border-color css

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

 span { border-color: rgb(83,84,145); }

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