Html Css Color HEX #555097 Governor Bay

📋 copy color: '#555097'

red 85 ◦ green 80 ◦ blue 151

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

Shades of Governor Bay #555097

Tints of Governor Bay #555097

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.32%

 BLUE value IS 151 (59.38% from 255) = 47.78%

R = 26.9%
G = 25.32%
B = 47.78%

CMYK

 C value IS 0.44

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#555097 (or 0x555097) is known color: Governor Bay. HEX triplet: 55, 50 and 97. RGB value is (85,80,151). Sum of RGB (Red+Green+Blue) = 85+80+151=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 151 (59.38% from 255 or 47.78% from 316); Max value from RGB is 151 - color contains mainly: blue. Hex color #555097 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555097 is #AAAF68. Grayscale: #595959. Windows color (decimal): -11186025 or 9916501. OLE color: 9916501.

HSL color Cylindrical-coordinate representation of color #555097: hue angle of 244.23º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #555097 is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 80 151 -
CMYK 0.44 0.47 0 0.41
HSL 244.23º 0.31% 0.45% -
HSV(B) 244.23º 0.47% 0.59% -
XYZ 12.2 9.9 30.55 -
YUV 89.59 162.66 124.73 -
System Red Green Blue C M Y K H S L
Decimal 85 80 151 0.44 0.47 0 0.41 244.23 0.31 0.45
Hex 55 50 97 2C 2F 0 29 F4 1F 2D
Octal 125 120 227 54 57 0 51 364 37 55
Binary 1010101 1010000 10010111 101100 101111 0 101001 11110100 11111 101101

Color Harmonies of #555097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555097

Black with #555097

Text Example


Text Example

White with #555097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555097; }

 p { color: rgb(85,80,151); }

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

background-color css

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

 a { background-color: rgb(85,80,151); }

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

border-color css

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

 span { border-color: rgb(85,80,151); }

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