Html Css Color HEX #554E98 Governor Bay

📋 copy color: '#554E98'

red 85 ◦ green 78 ◦ blue 152

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

Shades of Governor Bay #554E98

Tints of Governor Bay #554E98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 48.25%

R = 26.98%
G = 24.76%
B = 48.25%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#554E98 (or 0x554E98) is known color: Governor Bay. HEX triplet: 55, 4E and 98. RGB value is (85,78,152). Sum of RGB (Red+Green+Blue) = 85+78+152=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 152 (59.77% from 255 or 48.25% from 315); Max value from RGB is 152 - color contains mainly: blue. Hex color #554E98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554E98 is #AAB167. Grayscale: #585858. Windows color (decimal): -11186536 or 9981525. OLE color: 9981525.

HSL color Cylindrical-coordinate representation of color #554E98: hue angle of 245.68º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #554E98 is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 78 152 -
CMYK 0.44 0.49 0 0.40
HSL 245.68º 0.32% 0.45% -
HSV(B) 245.68º 0.49% 0.6% -
XYZ 12.14 9.65 30.93 -
YUV 88.53 163.82 125.48 -
System Red Green Blue C M Y K H S L
Decimal 85 78 152 0.44 0.49 0 0.40 245.68 0.32 0.45
Hex 55 4E 98 2C 31 0 28 F6 20 2D
Octal 125 116 230 54 61 0 50 366 40 55
Binary 1010101 1001110 10011000 101100 110001 0 101000 11110110 100000 101101

Color Harmonies of #554E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554E98

Black with #554E98

Text Example


Text Example

White with #554E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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