Html Css Color HEX #555E8D Governor Bay

📋 copy color: '#555E8D'

red 85 ◦ green 94 ◦ blue 141

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

Shades of Governor Bay #555E8D

Tints of Governor Bay #555E8D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.38%

 BLUE value IS 141 (55.47% from 255) = 44.06%

R = 26.56%
G = 29.38%
B = 44.06%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#555E8D (or 0x555E8D) is known color: Governor Bay. HEX triplet: 55, 5E and 8D. RGB value is (85,94,141). Sum of RGB (Red+Green+Blue) = 85+94+141=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 141 - color contains mainly: blue. Hex color #555E8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555E8D is #AAA172. Grayscale: #606060. Windows color (decimal): -11182451 or 9264725. OLE color: 9264725.

HSL color Cylindrical-coordinate representation of color #555E8D: hue angle of 230.36º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #555E8D is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 94 141 -
CMYK 0.40 0.33 0 0.45
HSL 230.36º 0.25% 0.44% -
HSV(B) 230.36º 0.4% 0.55% -
XYZ 12.56 11.86 26.83 -
YUV 96.67 153.02 119.68 -
System Red Green Blue C M Y K H S L
Decimal 85 94 141 0.40 0.33 0 0.45 230.36 0.25 0.44
Hex 55 5E 8D 28 21 0 2D E6 19 2C
Octal 125 136 215 50 41 0 55 346 31 54
Binary 1010101 1011110 10001101 101000 100001 0 101101 11100110 11001 101100

Color Harmonies of #555E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555E8D

Black with #555E8D

Text Example


Text Example

White with #555E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555E8D; }

 p { color: rgb(85,94,141); }

 H1.HeaderClassName
 {
   color: #555E8D;
 }
 .AnyTagClassName
 {
   color: #555E8D;
 }
</style>

background-color css

<style>
 a { background-color: #555E8D; }

 a { background-color: rgb(85,94,141); }

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

border-color css

<style>
 span { border-color: #555E8D; }

 span { border-color: rgb(85,94,141); }

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