Html Css Color HEX #535590 Governor Bay

📋 copy color: '#535590'

red 83 ◦ green 85 ◦ blue 144

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

Shades of Governor Bay #535590

Tints of Governor Bay #535590

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.24%

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

R = 26.6%
G = 27.24%
B = 46.15%

CMYK

 C value IS 0.42

 M value IS 0.41

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#535590 (or 0x535590) is known color: Governor Bay. HEX triplet: 53, 55 and 90. RGB value is (83,85,144). Sum of RGB (Red+Green+Blue) = 83+85+144=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 144 - color contains mainly: blue. Hex color #535590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535590 is #ACAA6F. Grayscale: #5A5A5A. Windows color (decimal): -11315824 or 9459027. OLE color: 9459027.

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

Color convert

RGB 83 85 144 -
CMYK 0.42 0.41 0 0.44
HSL 238.03º 0.27% 0.45% -
HSV(B) 238.03º 0.42% 0.56% -
XYZ 11.85 10.35 27.76 -
YUV 91.13 157.84 122.2 -
System Red Green Blue C M Y K H S L
Decimal 83 85 144 0.42 0.41 0 0.44 238.03 0.27 0.45
Hex 53 55 90 2A 29 0 2C EE 1B 2D
Octal 123 125 220 52 51 0 54 356 33 55
Binary 1010011 1010101 10010000 101010 101001 0 101100 11101110 11011 101101

Color Harmonies of #535590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535590

Black with #535590

Text Example


Text Example

White with #535590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535590; }

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

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

background-color css

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

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

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

border-color css

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

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

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