Html Css Color HEX #55639C Governor Bay

📋 copy color: '#55639C'

red 85 ◦ green 99 ◦ blue 156

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

Shades of Governor Bay #55639C

Tints of Governor Bay #55639C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.12%

 BLUE value IS 156 (61.33% from 255) = 45.88%

R = 25%
G = 29.12%
B = 45.88%

CMYK

 C value IS 0.46

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#55639C (or 0x55639C) is known color: Governor Bay. HEX triplet: 55, 63 and 9C. RGB value is (85,99,156). Sum of RGB (Red+Green+Blue) = 85+99+156=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 156 (61.33% from 255 or 45.88% from 340); Max value from RGB is 156 - color contains mainly: blue. Hex color #55639C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55639C is #AA9C63. Grayscale: #656565. Windows color (decimal): -11181156 or 10249045. OLE color: 10249045.

HSL color Cylindrical-coordinate representation of color #55639C: hue angle of 228.17º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55639C is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 85 99 156 -
CMYK 0.46 0.37 0 0.39
HSL 228.17º 0.29% 0.47% -
HSV(B) 228.17º 0.46% 0.61% -
XYZ 14.21 13.26 33.26 -
YUV 101.31 158.86 116.37 -
System Red Green Blue C M Y K H S L
Decimal 85 99 156 0.46 0.37 0 0.39 228.17 0.29 0.47
Hex 55 63 9C 2E 25 0 27 E4 1D 2F
Octal 125 143 234 56 45 0 47 344 35 57
Binary 1010101 1100011 10011100 101110 100101 0 100111 11100100 11101 101111

Color Harmonies of #55639C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55639C

Black with #55639C

Text Example


Text Example

White with #55639C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55639C; }

 p { color: rgb(85,99,156); }

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

background-color css

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

 a { background-color: rgb(85,99,156); }

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

border-color css

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

 span { border-color: rgb(85,99,156); }

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