Html Css Color HEX #554BA2 Governor Bay

📋 copy color: '#554BA2'

red 85 ◦ green 75 ◦ blue 162

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

Shades of Governor Bay #554BA2

Tints of Governor Bay #554BA2

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.29%

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

R = 26.4%
G = 23.29%
B = 50.31%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#554BA2 (or 0x554BA2) is known color: Governor Bay. HEX triplet: 55, 4B and A2. RGB value is (85,75,162). Sum of RGB (Red+Green+Blue) = 85+75+162=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 75 (29.69% from 255 or 23.29% from 322); Blue value is 162 (63.67% from 255 or 50.31% from 322); Max value from RGB is 162 - color contains mainly: blue. Hex color #554BA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554BA2 is #AAB45D. Grayscale: #575757. Windows color (decimal): -11187294 or 10636117. OLE color: 10636117.

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

Color convert

RGB 85 75 162 -
CMYK 0.48 0.54 0 0.36
HSL 246.9º 0.37% 0.46% -
HSV(B) 246.9º 0.54% 0.64% -
XYZ 12.78 9.57 35.36 -
YUV 87.91 169.81 125.93 -
System Red Green Blue C M Y K H S L
Decimal 85 75 162 0.48 0.54 0 0.36 246.9 0.37 0.46
Hex 55 4B A2 30 36 0 24 F7 25 2E
Octal 125 113 242 60 66 0 44 367 45 56
Binary 1010101 1001011 10100010 110000 110110 0 100100 11110111 100101 101110

Color Harmonies of #554BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554BA2

Black with #554BA2

Text Example


Text Example

White with #554BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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