Html Css Color HEX #535B93 Governor Bay

📋 copy color: '#535B93'

red 83 ◦ green 91 ◦ blue 147

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

Shades of Governor Bay #535B93

Tints of Governor Bay #535B93

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.35%

 BLUE value IS 147 (57.81% from 255) = 45.79%

R = 25.86%
G = 28.35%
B = 45.79%

CMYK

 C value IS 0.44

 M value IS 0.38

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#535B93 (or 0x535B93) is known color: Governor Bay. HEX triplet: 53, 5B and 93. RGB value is (83,91,147). Sum of RGB (Red+Green+Blue) = 83+91+147=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 91 (35.94% from 255 or 28.35% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 147 - color contains mainly: blue. Hex color #535B93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535B93 is #ACA46C. Grayscale: #5E5E5E. Windows color (decimal): -11314285 or 9657171. OLE color: 9657171.

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

Color convert

RGB 83 91 147 -
CMYK 0.44 0.38 0 0.42
HSL 232.5º 0.28% 0.45% -
HSV(B) 232.5º 0.44% 0.58% -
XYZ 12.57 11.43 29.15 -
YUV 94.99 157.35 119.45 -
System Red Green Blue C M Y K H S L
Decimal 83 91 147 0.44 0.38 0 0.42 232.5 0.28 0.45
Hex 53 5B 93 2C 26 0 2A E8 1C 2D
Octal 123 133 223 54 46 0 52 350 34 55
Binary 1010011 1011011 10010011 101100 100110 0 101010 11101000 11100 101101

Color Harmonies of #535B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535B93

Black with #535B93

Text Example


Text Example

White with #535B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,91,147); }

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

background-color css

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

 a { background-color: rgb(83,91,147); }

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

border-color css

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

 span { border-color: rgb(83,91,147); }

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