Html Css Color HEX #535490 Governor Bay

📋 copy color: '#535490'

red 83 ◦ green 84 ◦ blue 144

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

Shades of Governor Bay #535490

Tints of Governor Bay #535490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.3%

R = 26.69%
G = 27.01%
B = 46.3%

CMYK

 C value IS 0.42

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#535490 (or 0x535490) is known color: Governor Bay. HEX triplet: 53, 54 and 90. RGB value is (83,84,144). Sum of RGB (Red+Green+Blue) = 83+84+144=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #535490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535490 is #ACAB6F. Grayscale: #5A5A5A. Windows color (decimal): -11316080 or 9458771. OLE color: 9458771.

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

Color convert

RGB 83 84 144 -
CMYK 0.42 0.42 0 0.44
HSL 239.02º 0.27% 0.45% -
HSV(B) 239.02º 0.42% 0.56% -
XYZ 11.77 10.19 27.73 -
YUV 90.54 158.17 122.62 -
System Red Green Blue C M Y K H S L
Decimal 83 84 144 0.42 0.42 0 0.44 239.02 0.27 0.45
Hex 53 54 90 2A 2A 0 2C EF 1B 2D
Octal 123 124 220 52 52 0 54 357 33 55
Binary 1010011 1010100 10010000 101010 101010 0 101100 11101111 11011 101101

Color Harmonies of #535490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535490

Black with #535490

Text Example


Text Example

White with #535490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535490; }

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

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

background-color css

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

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

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

border-color css

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

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

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