Html Css Color HEX #555883 Governor Bay

📋 copy color: '#555883'

red 85 ◦ green 88 ◦ blue 131

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

Shades of Governor Bay #555883

Tints of Governor Bay #555883

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.95%

 BLUE value IS 131 (51.56% from 255) = 43.09%

R = 27.96%
G = 28.95%
B = 43.09%

CMYK

 C value IS 0.35

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#555883 (or 0x555883) is known color: Governor Bay. HEX triplet: 55, 58 and 83. RGB value is (85,88,131). Sum of RGB (Red+Green+Blue) = 85+88+131=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 131 (51.56% from 255 or 43.09% from 304); Max value from RGB is 131 - color contains mainly: blue. Hex color #555883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555883 is #AAA77C. Grayscale: #5B5B5B. Windows color (decimal): -11183997 or 8607829. OLE color: 8607829.

HSL color Cylindrical-coordinate representation of color #555883: hue angle of 236.09º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #555883 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 88 131 -
CMYK 0.35 0.33 0 0.49
HSL 236.09º 0.21% 0.42% -
HSV(B) 236.09º 0.35% 0.51% -
XYZ 11.33 10.55 22.91 -
YUV 92.01 150.01 123 -
System Red Green Blue C M Y K H S L
Decimal 85 88 131 0.35 0.33 0 0.49 236.09 0.21 0.42
Hex 55 58 83 23 21 0 31 EC 15 2A
Octal 125 130 203 43 41 0 61 354 25 52
Binary 1010101 1011000 10000011 100011 100001 0 110001 11101100 10101 101010

Color Harmonies of #555883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555883

Black with #555883

Text Example


Text Example

White with #555883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555883; }

 p { color: rgb(85,88,131); }

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

background-color css

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

 a { background-color: rgb(85,88,131); }

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

border-color css

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

 span { border-color: rgb(85,88,131); }

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