Html Css Color HEX #554E94 Governor Bay

📋 copy color: '#554E94'

red 85 ◦ green 78 ◦ blue 148

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

Shades of Governor Bay #554E94

Tints of Governor Bay #554E94

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.08%

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

R = 27.33%
G = 25.08%
B = 47.59%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#554E94 (or 0x554E94) is known color: Governor Bay. HEX triplet: 55, 4E and 94. RGB value is (85,78,148). Sum of RGB (Red+Green+Blue) = 85+78+148=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 148 (58.20% from 255 or 47.59% from 311); Max value from RGB is 148 - color contains mainly: blue. Hex color #554E94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554E94 is #AAB16B. Grayscale: #575757. Windows color (decimal): -11186540 or 9719381. OLE color: 9719381.

HSL color Cylindrical-coordinate representation of color #554E94: hue angle of 246º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #554E94 is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 78 148 -
CMYK 0.43 0.47 0 0.42
HSL 246º 0.31% 0.44% -
HSV(B) 246º 0.47% 0.58% -
XYZ 11.82 9.52 29.23 -
YUV 88.07 161.82 125.81 -
System Red Green Blue C M Y K H S L
Decimal 85 78 148 0.43 0.47 0 0.42 246 0.31 0.44
Hex 55 4E 94 2B 2F 0 2A F6 1F 2C
Octal 125 116 224 53 57 0 52 366 37 54
Binary 1010101 1001110 10010100 101011 101111 0 101010 11110110 11111 101100

Color Harmonies of #554E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554E94

Black with #554E94

Text Example


Text Example

White with #554E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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