Html Css Color HEX #555094 Governor Bay

📋 copy color: '#555094'

red 85 ◦ green 80 ◦ blue 148

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

Shades of Governor Bay #555094

Tints of Governor Bay #555094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 47.28%

R = 27.16%
G = 25.56%
B = 47.28%

CMYK

 C value IS 0.43

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#555094 (or 0x555094) is known color: Governor Bay. HEX triplet: 55, 50 and 94. RGB value is (85,80,148). Sum of RGB (Red+Green+Blue) = 85+80+148=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 148 (58.20% from 255 or 47.28% from 313); Max value from RGB is 148 - color contains mainly: blue. Hex color #555094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555094 is #AAAF6B. Grayscale: #585858. Windows color (decimal): -11186028 or 9719893. OLE color: 9719893.

HSL color Cylindrical-coordinate representation of color #555094: hue angle of 244.41º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #555094 is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 80 148 -
CMYK 0.43 0.46 0 0.42
HSL 244.41º 0.3% 0.45% -
HSV(B) 244.41º 0.46% 0.58% -
XYZ 11.96 9.81 29.28 -
YUV 89.25 161.16 124.97 -
System Red Green Blue C M Y K H S L
Decimal 85 80 148 0.43 0.46 0 0.42 244.41 0.3 0.45
Hex 55 50 94 2B 2E 0 2A F4 1E 2D
Octal 125 120 224 53 56 0 52 364 36 55
Binary 1010101 1010000 10010100 101011 101110 0 101010 11110100 11110 101101

Color Harmonies of #555094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555094

Black with #555094

Text Example


Text Example

White with #555094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555094; }

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

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

background-color css

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

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

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

border-color css

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

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

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