Html Css Color HEX #555296 Governor Bay

📋 copy color: '#555296'

red 85 ◦ green 82 ◦ blue 150

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

Shades of Governor Bay #555296

Tints of Governor Bay #555296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 47.32%

R = 26.81%
G = 25.87%
B = 47.32%

CMYK

 C value IS 0.43

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#555296 (or 0x555296) is known color: Governor Bay. HEX triplet: 55, 52 and 96. RGB value is (85,82,150). Sum of RGB (Red+Green+Blue) = 85+82+150=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 150 (58.98% from 255 or 47.32% from 317); Max value from RGB is 150 - color contains mainly: blue. Hex color #555296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555296 is #AAAD69. Grayscale: #5A5A5A. Windows color (decimal): -11185514 or 9851477. OLE color: 9851477.

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

Color convert

RGB 85 82 150 -
CMYK 0.43 0.45 0 0.41
HSL 242.65º 0.29% 0.45% -
HSV(B) 242.65º 0.45% 0.59% -
XYZ 12.27 10.17 30.17 -
YUV 90.65 161.49 123.97 -
System Red Green Blue C M Y K H S L
Decimal 85 82 150 0.43 0.45 0 0.41 242.65 0.29 0.45
Hex 55 52 96 2B 2D 0 29 F3 1D 2D
Octal 125 122 226 53 55 0 51 363 35 55
Binary 1010101 1010010 10010110 101011 101101 0 101001 11110011 11101 101101

Color Harmonies of #555296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555296

Black with #555296

Text Example


Text Example

White with #555296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555296; }

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

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

background-color css

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

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

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

border-color css

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

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

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