Html Css Color HEX #555E9D Governor Bay

📋 copy color: '#555E9D'

red 85 ◦ green 94 ◦ blue 157

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

Shades of Governor Bay #555E9D

Tints of Governor Bay #555E9D

RGB

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

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

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

R = 25.3%
G = 27.98%
B = 46.73%

CMYK

 C value IS 0.46

 M value IS 0.40

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#555E9D (or 0x555E9D) is known color: Governor Bay. HEX triplet: 55, 5E and 9D. RGB value is (85,94,157). Sum of RGB (Red+Green+Blue) = 85+94+157=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 157 (61.72% from 255 or 46.73% from 336); Max value from RGB is 157 - color contains mainly: blue. Hex color #555E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555E9D is #AAA162. Grayscale: #626262. Windows color (decimal): -11182435 or 10313301. OLE color: 10313301.

HSL color Cylindrical-coordinate representation of color #555E9D: hue angle of 232.5º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #555E9D is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 94 157 -
CMYK 0.46 0.40 0 0.38
HSL 232.5º 0.3% 0.47% -
HSV(B) 232.5º 0.46% 0.62% -
XYZ 13.83 12.37 33.56 -
YUV 98.49 161.02 118.38 -
System Red Green Blue C M Y K H S L
Decimal 85 94 157 0.46 0.40 0 0.38 232.5 0.3 0.47
Hex 55 5E 9D 2E 28 0 26 E8 1E 2F
Octal 125 136 235 56 50 0 46 350 36 57
Binary 1010101 1011110 10011101 101110 101000 0 100110 11101000 11110 101111

Color Harmonies of #555E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555E9D

Black with #555E9D

Text Example


Text Example

White with #555E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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