Html Css Color HEX #54599B Governor Bay

📋 copy color: '#54599B'

red 84 ◦ green 89 ◦ blue 155

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

Shades of Governor Bay #54599B

Tints of Governor Bay #54599B

RGB

 RED value IS 84 (33.2% from 255) = 25.61%

 GREEN value IS 89 (35.16% from 255) = 27.13%

 BLUE value IS 155 (60.94% from 255) = 47.26%

R = 25.61%
G = 27.13%
B = 47.26%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#54599B (or 0x54599B) is known color: Governor Bay. HEX triplet: 54, 59 and 9B. RGB value is (84,89,155). Sum of RGB (Red+Green+Blue) = 84+89+155=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #54599B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54599B is #ABA664. Grayscale: #5E5E5E. Windows color (decimal): -11249253 or 10180948. OLE color: 10180948.

HSL color Cylindrical-coordinate representation of color #54599B: hue angle of 235.77º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54599B is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 84 89 155 -
CMYK 0.46 0.43 0 0.39
HSL 235.77º 0.3% 0.47% -
HSV(B) 235.77º 0.46% 0.61% -
XYZ 13.14 11.4 32.52 -
YUV 95.03 161.84 120.13 -
System Red Green Blue C M Y K H S L
Decimal 84 89 155 0.46 0.43 0 0.39 235.77 0.3 0.47
Hex 54 59 9B 2E 2B 0 27 EC 1E 2F
Octal 124 131 233 56 53 0 47 354 36 57
Binary 1010100 1011001 10011011 101110 101011 0 100111 11101100 11110 101111

Color Harmonies of #54599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54599B

Black with #54599B

Text Example


Text Example

White with #54599B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54599B; }

 p { color: rgb(84,89,155); }

 H1.HeaderClassName
 {
   color: #54599B;
 }
 .AnyTagClassName
 {
   color: #54599B;
 }
</style>

background-color css

<style>
 a { background-color: #54599B; }

 a { background-color: rgb(84,89,155); }

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

border-color css

<style>
 span { border-color: #54599B; }

 span { border-color: rgb(84,89,155); }

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