Html Css Color HEX #554EA2 Governor Bay

📋 copy color: '#554EA2'

red 85 ◦ green 78 ◦ blue 162

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

Shades of Governor Bay #554EA2

Tints of Governor Bay #554EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 49.85%

R = 26.15%
G = 24%
B = 49.85%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#554EA2 (or 0x554EA2) is known color: Governor Bay. HEX triplet: 55, 4E and A2. RGB value is (85,78,162). Sum of RGB (Red+Green+Blue) = 85+78+162=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 162 (63.67% from 255 or 49.85% from 325); Max value from RGB is 162 - color contains mainly: blue. Hex color #554EA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554EA2 is #AAB15D. Grayscale: #595959. Windows color (decimal): -11186526 or 10636885. OLE color: 10636885.

HSL color Cylindrical-coordinate representation of color #554EA2: hue angle of 245º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #554EA2 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 85 78 162 -
CMYK 0.48 0.52 0 0.36
HSL 245º 0.35% 0.47% -
HSV(B) 245º 0.52% 0.64% -
XYZ 12.99 9.99 35.43 -
YUV 89.67 168.82 124.67 -
System Red Green Blue C M Y K H S L
Decimal 85 78 162 0.48 0.52 0 0.36 245 0.35 0.47
Hex 55 4E A2 30 34 0 24 F5 23 2F
Octal 125 116 242 60 64 0 44 365 43 57
Binary 1010101 1001110 10100010 110000 110100 0 100100 11110101 100011 101111

Color Harmonies of #554EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554EA2

Black with #554EA2

Text Example


Text Example

White with #554EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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