Html Css Color HEX #554A9D Governor Bay

📋 copy color: '#554A9D'

red 85 ◦ green 74 ◦ blue 157

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

Shades of Governor Bay #554A9D

Tints of Governor Bay #554A9D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.42%

 BLUE value IS 157 (61.72% from 255) = 49.68%

R = 26.9%
G = 23.42%
B = 49.68%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#554A9D (or 0x554A9D) is known color: Governor Bay. HEX triplet: 55, 4A and 9D. RGB value is (85,74,157). Sum of RGB (Red+Green+Blue) = 85+74+157=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 157 (61.72% from 255 or 49.68% from 316); Max value from RGB is 157 - color contains mainly: blue. Hex color #554A9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554A9D is #AAB562. Grayscale: #565656. Windows color (decimal): -11187555 or 10308181. OLE color: 10308181.

HSL color Cylindrical-coordinate representation of color #554A9D: hue angle of 247.95º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #554A9D is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 74 157 -
CMYK 0.46 0.53 0 0.38
HSL 247.95º 0.36% 0.45% -
HSV(B) 247.95º 0.53% 0.62% -
XYZ 12.28 9.26 33.04 -
YUV 86.75 167.64 126.75 -
System Red Green Blue C M Y K H S L
Decimal 85 74 157 0.46 0.53 0 0.38 247.95 0.36 0.45
Hex 55 4A 9D 2E 35 0 26 F8 24 2D
Octal 125 112 235 56 65 0 46 370 44 55
Binary 1010101 1001010 10011101 101110 110101 0 100110 11111000 100100 101101

Color Harmonies of #554A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554A9D

Black with #554A9D

Text Example


Text Example

White with #554A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,74,157); }

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

background-color css

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

 a { background-color: rgb(85,74,157); }

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

border-color css

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

 span { border-color: rgb(85,74,157); }

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