Html Css Color HEX #555290 Governor Bay

📋 copy color: '#555290'

red 85 ◦ green 82 ◦ blue 144

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

Shades of Governor Bay #555290

Tints of Governor Bay #555290

RGB

 RED value IS 85 (33.59% from 255) = 27.33%

 GREEN value IS 82 (32.42% from 255) = 26.37%

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

R = 27.33%
G = 26.37%
B = 46.3%

CMYK

 C value IS 0.41

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#555290 (or 0x555290) is known color: Governor Bay. HEX triplet: 55, 52 and 90. RGB value is (85,82,144). Sum of RGB (Red+Green+Blue) = 85+82+144=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 82 (32.42% from 255 or 26.37% 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 #555290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555290 is #AAAD6F. Grayscale: #595959. Windows color (decimal): -11185520 or 9458261. OLE color: 9458261.

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

Color convert

RGB 85 82 144 -
CMYK 0.41 0.43 0 0.44
HSL 242.9º 0.27% 0.44% -
HSV(B) 242.9º 0.43% 0.56% -
XYZ 11.8 9.98 27.69 -
YUV 89.97 158.49 124.46 -
System Red Green Blue C M Y K H S L
Decimal 85 82 144 0.41 0.43 0 0.44 242.9 0.27 0.44
Hex 55 52 90 29 2B 0 2C F3 1B 2C
Octal 125 122 220 51 53 0 54 363 33 54
Binary 1010101 1010010 10010000 101001 101011 0 101100 11110011 11011 101100

Color Harmonies of #555290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555290

Black with #555290

Text Example


Text Example

White with #555290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555290; }

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

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

background-color css

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

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

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

border-color css

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

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

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