Html Css Color HEX #555C99 Governor Bay

📋 copy color: '#555C99'

red 85 ◦ green 92 ◦ blue 153

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

Shades of Governor Bay #555C99

Tints of Governor Bay #555C99

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.88%

 BLUE value IS 153 (60.16% from 255) = 46.36%

R = 25.76%
G = 27.88%
B = 46.36%

CMYK

 C value IS 0.44

 M value IS 0.40

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#555C99 (or 0x555C99) is known color: Governor Bay. HEX triplet: 55, 5C and 99. RGB value is (85,92,153). Sum of RGB (Red+Green+Blue) = 85+92+153=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 153 - color contains mainly: blue. Hex color #555C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555C99 is #AAA366. Grayscale: #606060. Windows color (decimal): -11182951 or 10050645. OLE color: 10050645.

HSL color Cylindrical-coordinate representation of color #555C99: hue angle of 233.82º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #555C99 is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 85 92 153 -
CMYK 0.44 0.40 0 0.4
HSL 233.82º 0.29% 0.47% -
HSV(B) 233.82º 0.44% 0.6% -
XYZ 13.32 11.89 31.73 -
YUV 96.86 159.68 119.54 -
System Red Green Blue C M Y K H S L
Decimal 85 92 153 0.44 0.40 0 0.4 233.82 0.29 0.47
Hex 55 5C 99 2C 28 0 28 EA 1D 2F
Octal 125 134 231 54 50 0 50 352 35 57
Binary 1010101 1011100 10011001 101100 101000 0 101000 11101010 11101 101111

Color Harmonies of #555C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555C99

Black with #555C99

Text Example


Text Example

White with #555C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,92,153); }

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

background-color css

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

 a { background-color: rgb(85,92,153); }

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

border-color css

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

 span { border-color: rgb(85,92,153); }

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