Html Css Color HEX #554C98 Governor Bay

📋 copy color: '#554C98'

red 85 ◦ green 76 ◦ blue 152

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

Shades of Governor Bay #554C98

Tints of Governor Bay #554C98

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.28%

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

R = 27.16%
G = 24.28%
B = 48.56%

CMYK

 C value IS 0.44

 M value IS 0.50

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#554C98 (or 0x554C98) is known color: Governor Bay. HEX triplet: 55, 4C and 98. RGB value is (85,76,152). Sum of RGB (Red+Green+Blue) = 85+76+152=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 152 (59.77% from 255 or 48.56% from 313); Max value from RGB is 152 - color contains mainly: blue. Hex color #554C98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554C98 is #AAB367. Grayscale: #575757. Windows color (decimal): -11187048 or 9981013. OLE color: 9981013.

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

Color convert

RGB 85 76 152 -
CMYK 0.44 0.50 0 0.40
HSL 247.11º 0.33% 0.45% -
HSV(B) 247.11º 0.5% 0.6% -
XYZ 12 9.37 30.88 -
YUV 87.36 164.48 126.32 -
System Red Green Blue C M Y K H S L
Decimal 85 76 152 0.44 0.50 0 0.40 247.11 0.33 0.45
Hex 55 4C 98 2C 32 0 28 F7 21 2D
Octal 125 114 230 54 62 0 50 367 41 55
Binary 1010101 1001100 10011000 101100 110010 0 101000 11110111 100001 101101

Color Harmonies of #554C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554C98

Black with #554C98

Text Example


Text Example

White with #554C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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