Html Css Color HEX #554E93 Governor Bay

📋 copy color: '#554E93'

red 85 ◦ green 78 ◦ blue 147

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

Shades of Governor Bay #554E93

Tints of Governor Bay #554E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 47.42%

R = 27.42%
G = 25.16%
B = 47.42%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#554E93 (or 0x554E93) is known color: Governor Bay. HEX triplet: 55, 4E and 93. RGB value is (85,78,147). Sum of RGB (Red+Green+Blue) = 85+78+147=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 147 (57.81% from 255 or 47.42% from 310); Max value from RGB is 147 - color contains mainly: blue. Hex color #554E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554E93 is #AAB16C. Grayscale: #575757. Windows color (decimal): -11186541 or 9653845. OLE color: 9653845.

HSL color Cylindrical-coordinate representation of color #554E93: hue angle of 246.09º 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 #554E93 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 78 147 -
CMYK 0.42 0.47 0 0.42
HSL 246.09º 0.31% 0.44% -
HSV(B) 246.09º 0.47% 0.58% -
XYZ 11.74 9.49 28.82 -
YUV 87.96 161.32 125.89 -
System Red Green Blue C M Y K H S L
Decimal 85 78 147 0.42 0.47 0 0.42 246.09 0.31 0.44
Hex 55 4E 93 2A 2F 0 2A F6 1F 2C
Octal 125 116 223 52 57 0 52 366 37 54
Binary 1010101 1001110 10010011 101010 101111 0 101010 11110110 11111 101100

Color Harmonies of #554E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554E93

Black with #554E93

Text Example


Text Example

White with #554E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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