Html Css Color HEX #555C8C Governor Bay

📋 copy color: '#555C8C'

red 85 ◦ green 92 ◦ blue 140

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

Shades of Governor Bay #555C8C

Tints of Governor Bay #555C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 44.16%

R = 26.81%
G = 29.02%
B = 44.16%

CMYK

 C value IS 0.39

 M value IS 0.34

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#555C8C (or 0x555C8C) is known color: Governor Bay. HEX triplet: 55, 5C and 8C. RGB value is (85,92,140). Sum of RGB (Red+Green+Blue) = 85+92+140=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 140 - color contains mainly: blue. Hex color #555C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555C8C is #AAA373. Grayscale: #5F5F5F. Windows color (decimal): -11182964 or 9198677. OLE color: 9198677.

HSL color Cylindrical-coordinate representation of color #555C8C: hue angle of 232.36º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #555C8C is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 92 140 -
CMYK 0.39 0.34 0 0.45
HSL 232.36º 0.24% 0.44% -
HSV(B) 232.36º 0.39% 0.55% -
XYZ 12.31 11.48 26.38 -
YUV 95.38 153.18 120.6 -
System Red Green Blue C M Y K H S L
Decimal 85 92 140 0.39 0.34 0 0.45 232.36 0.24 0.44
Hex 55 5C 8C 27 22 0 2D E8 18 2C
Octal 125 134 214 47 42 0 55 350 30 54
Binary 1010101 1011100 10001100 100111 100010 0 101101 11101000 11000 101100

Color Harmonies of #555C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555C8C

Black with #555C8C

Text Example


Text Example

White with #555C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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