Html Css Color HEX #555C8E Governor Bay

📋 copy color: '#555C8E'

red 85 ◦ green 92 ◦ blue 142

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

Shades of Governor Bay #555C8E

Tints of Governor Bay #555C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 44.51%

R = 26.65%
G = 28.84%
B = 44.51%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#555C8E (or 0x555C8E) is known color: Governor Bay. HEX triplet: 55, 5C and 8E. RGB value is (85,92,142). Sum of RGB (Red+Green+Blue) = 85+92+142=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 142 (55.86% from 255 or 44.51% from 319); Max value from RGB is 142 - color contains mainly: blue. Hex color #555C8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555C8E is #AAA371. Grayscale: #5F5F5F. Windows color (decimal): -11182962 or 9329749. OLE color: 9329749.

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

Color convert

RGB 85 92 142 -
CMYK 0.40 0.35 0 0.44
HSL 232.63º 0.25% 0.45% -
HSV(B) 232.63º 0.4% 0.56% -
XYZ 12.46 11.54 27.16 -
YUV 95.61 154.18 120.43 -
System Red Green Blue C M Y K H S L
Decimal 85 92 142 0.40 0.35 0 0.44 232.63 0.25 0.45
Hex 55 5C 8E 28 23 0 2C E9 19 2D
Octal 125 134 216 50 43 0 54 351 31 55
Binary 1010101 1011100 10001110 101000 100011 0 101100 11101001 11001 101101

Color Harmonies of #555C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555C8E

Black with #555C8E

Text Example


Text Example

White with #555C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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