Html Css Color HEX #555096 Governor Bay

📋 copy color: '#555096'

red 85 ◦ green 80 ◦ blue 150

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

Shades of Governor Bay #555096

Tints of Governor Bay #555096

RGB

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

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

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

R = 26.98%
G = 25.4%
B = 47.62%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#555096 (or 0x555096) is known color: Governor Bay. HEX triplet: 55, 50 and 96. RGB value is (85,80,150). Sum of RGB (Red+Green+Blue) = 85+80+150=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 150 (58.98% from 255 or 47.62% from 315); Max value from RGB is 150 - color contains mainly: blue. Hex color #555096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555096 is #AAAF69. Grayscale: #595959. Windows color (decimal): -11186026 or 9850965. OLE color: 9850965.

HSL color Cylindrical-coordinate representation of color #555096: hue angle of 244.29º degrees, saturation: 0.3, 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 #555096 is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 80 150 -
CMYK 0.43 0.47 0 0.41
HSL 244.29º 0.3% 0.45% -
HSV(B) 244.29º 0.47% 0.59% -
XYZ 12.12 9.87 30.12 -
YUV 89.48 162.16 124.81 -
System Red Green Blue C M Y K H S L
Decimal 85 80 150 0.43 0.47 0 0.41 244.29 0.3 0.45
Hex 55 50 96 2B 2F 0 29 F4 1E 2D
Octal 125 120 226 53 57 0 51 364 36 55
Binary 1010101 1010000 10010110 101011 101111 0 101001 11110100 11110 101101

Color Harmonies of #555096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555096

Black with #555096

Text Example


Text Example

White with #555096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555096; }

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

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

background-color css

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

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

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

border-color css

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

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

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